Package com.gengoai.tuple
Pairs, Triples, Quadruples, and general NTuples
-
Class Summary Class Description IntPair A specialized Tuple of integer values.NTuple Generic N-degree tuple.Tuple A tuple is a finite sequence of items.Tuple0 A tuple of order 0, i.e.Tuple1<V1> A tuple of degree one.Tuple2<K,V> The type Tuple 2.Tuple3<A,B,C> The type Tuple 3.Tuple4<A,B,C,D> The type Tuple 4.Tuples Static constructor methods for Tuples using the pattern&(....);