Package jline.util
Class Pair<T,U>
java.lang.Object
jline.util.Pair<T,U>
- All Implemented Interfaces:
Serializable
,Comparable<Pair<T,
U>>
A pair of objects of different classes.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Pair
-
Pair
-
-
Method Details
-
getLeft
-
setLeft
-
getRight
-
setRight
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-