public class Pair<F,S> extends Object
Pair(F first, S second)
F
getFirst()
S
getSecond()
void
setFirst(F first)
setSecond(S second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(F first, S second)
public void setFirst(F first)
public void setSecond(S second)
public F getFirst()
public S getSecond()
Copyright © 2017. All Rights Reserved.