public class Pair<L,R> extends java.lang.Object
Pair(L left, R right)
L
getLeft()
R
getRight()
static <L,R> Pair
of(L left, R right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(L left, R right)
public static <L,R> Pair of(L left, R right)
public L getLeft()
public R getRight()