Package info.javelot.functionalj.tuple

Class Summary
Pair<A,B> Used to create a tuple of two objects.
Quadruple<A,B,C,D> Used to create a tuple of four objects.
Triple<A,B,C> Used to create a tuple of three objects.
Tuples Contains static methods to zip and unzip tuples.