Package net.fauxpark.tuples
This package defines a set of Tuples, ranging from one to eight elements.
They are used internally, but you may also find them useful when working with Stringes.
- Author:
- fauxpark
-
Class Summary Class Description EightTuple<A,B,C,D,E,F,G,H> 8-tuple.FiveTuple<A,B,C,D,E> 5-tuple.FourTuple<A,B,C,D> 4-tuple.OneTuple<A> 1-tuple.SevenTuple<A,B,C,D,E,F,G> 7-tuple.SixTuple<A,B,C,D,E,F> 6-tuple.ThreeTuple<A,B,C> 3-tuple.Tuples Makes tuples for your pleasure.TwoTuple<A,B> 2-tuple.