public class Pair<A,B>
extends Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
private A |
left |
|
private B |
right |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
Pair(A left,
B 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(
A left,
B right)
-