T
V
public class Triple<T,V,K> extends java.lang.Object
private T
first
private V
second
private K
third
Triple(T first, V second, K third)
getFirst()
getSecond()
K
getThird()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private T first
private V second
private K third
public Triple(T first, V second, K third)
public T getFirst()
public V getSecond()
public K getThird()