Uses of Interface
eu.bandm.tools.util.anon.Tuploid0

Packages that use Tuploid0
Package
Description
Collection types which work without names for classes and components.
  • Uses of Tuploid0 in eu.bandm.tools.util.anon

    Modifier and Type
    Interface
    Description
    interface 
    A mathematical tuple with at least one component.
    interface 
    Tuploid2<A0,A1>
    A mathematical tuple with at least two components.
    interface 
    Tuploid3<A0,A1,A2>
    A mathematical tuple with at least three components.
    interface 
    Tuploid4<A0,A1,A2,A3>
    A mathematical tuple with at least four components.
    Classes in eu.bandm.tools.util.anon that implement Tuploid0
    Modifier and Type
    Class
    Description
    class 
    Implementation of a tuple with zero components.
    class 
    Tuple2<A0,A1>
    Implementation of a tuple with two components.
    class 
    Tuple3<A0,A1,A2>
    Implementation of a tuple with three components.
    class 
    Tuple4<A0,A1,A2,A3>
    Implementation of a tuple with four components.