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