Interface CharObjectPair<T>
- All Superinterfaces:
Comparable<CharObjectPair<T>>,Serializable
An instance of this interface can be created by calling PrimitiveTuples.pair(char, Object).
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getOne
char getOne() -
getTwo
T getTwo()
-