public static final class Pair.ImmutablePair<F,S> extends Pair<F,S>
Pair.ImmutablePair<F,S>, Pair.MutablePair<F,S>
ImmutablePair(F first, S second)
F
getFirst()
S
getSecond()
equals, hashCode, immutable, mutable, mutable
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ImmutablePair(F first, S second)
public F getFirst()
getFirst
Pair<F,S>
public S getSecond()
getSecond