Interface ObjectCharPair<T>
-
- All Superinterfaces:
java.lang.Comparable<ObjectCharPair<T>>
,java.io.Serializable
- All Known Implementing Classes:
ObjectCharPairImpl
public interface ObjectCharPair<T> extends java.io.Serializable, java.lang.Comparable<ObjectCharPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(Object, char).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getOne()
char
getTwo()
-
-
-
Method Detail
-
getOne
T getOne()
-
getTwo
char getTwo()
-
-