Uses of Interface
eu.bandm.tools.util.anon.Tuploid3
Packages that use Tuploid3
Package
Description
Collection types which work without names for classes and components.
-
Uses of Tuploid3 in eu.bandm.tools.util.anon
Subinterfaces of Tuploid3 in eu.bandm.tools.util.anonModifier and TypeInterfaceDescriptioninterface
Tuploid4<A0,
A1, A2, A3> A mathematical tuple with at least four components.Classes in eu.bandm.tools.util.anon that implement Tuploid3Modifier and TypeClassDescriptionclass
Tuple3<A0,
A1, A2> Implementation of a tuple with three components.class
Tuple4<A0,
A1, A2, A3> Implementation of a tuple with four components.Methods in eu.bandm.tools.util.anon that return types with arguments of type Tuploid3