Interface ObjectCharPair<T>
-
- All Superinterfaces:
Comparable<ObjectCharPair<T>>,Serializable
public interface ObjectCharPair<T> extends Serializable, 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 TgetOne()chargetTwo()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getOne
T getOne()
-
getTwo
char getTwo()
-
-