Interface CharObjectPair<T>
-
- All Superinterfaces:
Comparable<CharObjectPair<T>>,Serializable
public interface CharObjectPair<T> extends Serializable, Comparable<CharObjectPair<T>>
An instance of this interface can be created by calling PrimitiveTuples.pair(char, Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetOne()TgetTwo()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getOne
char getOne()
-
getTwo
T getTwo()
-
-