WritablePair
public class Pair<T,K> extends Object
Pair(T left, K right)
static <A, B> Pair<A,B>
cons(A left, B right)
boolean
equals(Object o)
T
getLeft()
K
getRight()
int
hashCode()
static <T, K> Map<T,K>
toMap(Pair<T,K>... pairs)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
equals
Object
hashCode