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