Package org.storynode.pigeon.tuple
package org.storynode.pigeon.tuple
Tuples are heterogeneous collections of fixed size from zero to
For obvious reasons the 0 and 1 variants are omitted since they can be represented via null/void and explicit values.
n elements, in
order. For obvious reasons the 0 and 1 variants are omitted since they can be represented via null/void and explicit values.