public final class Pair<T, U>
private final T
left
private final U
right
T
getLeft()
U
getRight()
static <T, U> Pair<T, U>
of(T left, U right)
boolean
hasLeft()
hasRight()
equals(Object o)
int
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nullable() T getLeft()
@Nullable() U getRight()
static <T, U> Pair<T, U> of(T left, U right)
boolean hasLeft()
boolean hasRight()
boolean equals(Object o)
int hashCode()