Module imagingbook.common
Package imagingbook.common.util.tuples
package imagingbook.common.util.tuples
-
ClassDescriptionElementary implementation of tuples, i.e, ordered sequences of items of arbitrary types.Tuple2<T0,
T1> A tuple with exactly 2 elements of arbitrary types.Tuple3<T0,T1, T2> A tuple with exactly 3 elements of arbitrary types.Tuple4<T0,T1, T2, T3> A tuple with exactly 4 elements of arbitrary types.