-
-
Constructor Summary
Constructors
| Constructor and Description |
Pair() |
Pair(T f,
T s) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Pair
public Pair(T f,
T s)
-
Method Detail
-
getFirst
public T getFirst()
-
getSecond
public T getSecond()
-
getBoth
public T[] getBoth()
Copyright © 2014. All rights reserved.