Uses of Interface
eu.bandm.tools.ops.Tuploid0
Packages that use Tuploid0
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Tuploid0 in eu.bandm.tools.ops
Subinterfaces of Tuploid0 in eu.bandm.tools.opsModifier and TypeInterfaceDescriptioninterfaceTuploid1<A0>A mathematical tuple with at least one component.interfaceTuploid2<A0,A1> A mathematical tuple with at least two components.interfaceTuploid3<A0,A1, A2> A mathematical tuple with at least three components.interfaceTuploid4<A0,A1, A2, A3> A mathematical tuple with at least four components.Classes in eu.bandm.tools.ops that implement Tuploid0Modifier and TypeClassDescriptionclassImplementation of a tuple with zero components.classTuple2<A0,A1> Implementation of a tuple with two components.classTuple3<A0,A1, A2> Implementation of a tuple with three components.classTuple4<A0,A1, A2, A3> Implementation of a tuple with four components.