Interface Triple<T1,T2,T3>
-
- All Superinterfaces:
Comparable<Triple<T1,T2,T3>>,Serializable
- All Known Subinterfaces:
Triplet<T>
public interface Triple<T1,T2,T3> extends Serializable, Comparable<Triple<T1,T2,T3>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description T1getOne()T3getThree()T2getTwo()default booleanisEqual()default booleanisSame()Triple<T3,T2,T1>reverse()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-