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

All Superinterfaces:
Pair<A,B>, java.io.Serializable, Triple<A,B,C>

public interface FourTuple<A,B,C,D>
extends Triple<A,B,C>

A simple interface representing a four-tuple

Author:
b.elliottsmith

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

Method Detail

fourth

D fourth()
Returns:
the fourth value of the tuple