public class Pair<L,R>
extends Object
-
Constructor Summary
Constructors
| Constructor |
Description |
Pair(L left,
R right) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public Pair(
L left,
R right)
-