Class TripletImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.TripleImpl<T,T,T>
-
- org.eclipse.collections.impl.tuple.TripletImpl<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Triple<T,T,T>>,Triple<T,T,T>,Triplet<T>
class TripletImpl<T> extends TripleImpl<T,T,T> implements Triplet<T>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description TripletImpl(T newOne, T newTwo, T newThree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TripletImpl<T>reverse()-
Methods inherited from class org.eclipse.collections.impl.tuple.TripleImpl
compareTo, equals, getOne, getThree, getTwo, hashCode, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-