public class Pair<T,V> extends Object
Pair(T first, V second)
boolean
equals(Object obj)
T
getFirst()
V
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(T first, V second)
public T getFirst()
public V getSecond()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode