Interface CharObjectPair<T>
- All Superinterfaces:
Comparable<CharObjectPair<T>>
,Serializable
- All Known Implementing Classes:
CharObjectPairImpl
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()
-