Interface Triplet<T>

All Superinterfaces:
Comparable<Triple<T,T,T>>, Serializable, Triple<T,T,T>
All Known Implementing Classes:
TripletImpl

public interface Triplet<T> extends Triple<T,T,T>