org.codeartisans.java.toolbox
Class Pair<T>
java.lang.Object
org.codeartisans.java.toolbox.Couple<T,T>
org.codeartisans.java.toolbox.Pair<T>
public class Pair<T>
- extends Couple<T,T>
|
Constructor Summary |
Pair(T left,
T right)
|
| Methods inherited from class org.codeartisans.java.toolbox.Couple |
left, right |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pair
public Pair(T left,
T right)
Copyright © 2010. All Rights Reserved.