Package org.jjoost.util.tuples

Interface Summary
FourTuple<A,B,C,D> A simple interface representing a four-tuple
Pair<A,B> A simple interface representing a pair of values
Triple<A,B,C> A simple interface representing a three-tuple (triple)
Value<V> An interface defining an object which contains some value