Interface Triplet<T>
-
- All Superinterfaces:
Comparable<Triple<T,T,T>>,Serializable,Triple<T,T,T>
public interface Triplet<T> extends Triple<T,T,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Triplet<T>reverse()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-