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