org.jjoost.util.tuples
Interface Triple<A,B,C>

All Superinterfaces:
Pair<A,B>, java.io.Serializable
All Known Subinterfaces:
FourTuple<A,B,C,D>

public interface Triple<A,B,C>
extends Pair<A,B>

A simple interface representing a three-tuple (triple)

Author:
b.elliottsmith

Method Summary
 C third()
           
 
Methods inherited from interface org.jjoost.util.tuples.Pair
first, second
 

Method Detail

third

C third()
Returns:
the third value of the triple