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