Package eu.bandm.tools.util.anon
package eu.bandm.tools.util.anon
Collection types which work without names for classes and components.
-
ClassDescriptionCoTuple<A,
B, C, D> Class realizing a "tagged union" of two(2) to four(4) different cases.Implementation of a tuple with zero components.Tuple2<A0,A1> Implementation of a tuple with two components.Tuple2.ListBuilder<B,C> Tuple3<A0,A1, A2> Implementation of a tuple with three components.Tuple4<A0,A1, A2, A3> Implementation of a tuple with four components.Library of methods operating on the different tuple classes.A mathematical tuple, maybe with zero components.Tuploid1<A0>A mathematical tuple with at least one component.Tuploid2<A0,A1> A mathematical tuple with at least two components.Tuploid3<A0,A1, A2> A mathematical tuple with at least three components.Tuploid4<A0,A1, A2, A3> A mathematical tuple with at least four components.