T
U
public class Pair<T,U> extends Object
Pair(Pair<T,U> aPair)
Pair(T aT, U aU)
getFirst()
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T aT, U aU)
aT
aU
public Pair(Pair<T,U> aPair)
aPair
public T getFirst()
public U getSecond()
Copyright © 2013. All rights reserved.