public class Pair<T> extends Object
Pair()
Pair(T f, T s)
T
getFirst()
getSecond()
void
setFirst(T first)
setSecond(T second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(T f, T s)
public T getFirst()
public T getSecond()
public void setFirst(T first)
public void setSecond(T second)
Copyright © 2014. All rights reserved.