Interface Triplet<T>

All Superinterfaces:
Comparable<Triple<T,T,T>>, Serializable, Triple<T,T,T>

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