public class Pair<FIRST,SECOND> extends Object
Used to represent pair-like structures in coerced values.
Pair(FIRST first, SECOND second)
boolean
equals(Object other)
FIRST
getFirst()
SECOND
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(FIRST first, SECOND second)
public FIRST getFirst()
public SECOND getSecond()
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString