T
U
V
public class Triplet<T,U,V> extends Object
Triplet(T first, U second, V third)
boolean
equals(Object o)
getFirst()
getSecond()
getThird()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triplet(T first, U second, V third)
public T getFirst()
public U getSecond()
public V getThird()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.