Summary:
Detail:
Tuple(L left, R right)
boolean
equals(Object obj)
L
getLeft()
R
getRight()
int
hashCode()
static <L, R> Tuple<L,R>
of(L left, R right)
void
setLeft(L left)
setRight(R right)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hashCode
Object
equals
toString