Package civitas.celestis.util.tuple


package civitas.celestis.util.tuple
  • Class
    Description
    An array-based tuple which holds an arbitrary element of type E.
    The base class for all tuples, including primitive specialized tuples.
    A tuple with one element.
    An immutable type containing two primitive doubles.
    An immutable type containing three primitive doubles.
    An immutable type containing four primitive doubles.
    An array-based tuple which holds an arbitrary element of type double.
    A specialized tuple which holds the primitive type double.
    A tuple with one element.
    An immutable type containing two primitive floats.
    An immutable type containing three primitive floats.
    An immutable type containing four primitive floats.
    An array-based tuple which holds an arbitrary element of type float.
    A specialized tuple which holds the primitive type float.
    A tuple with one element.
    An immutable type containing two primitive ints.
    An immutable type containing three primitive ints.
    An immutable type containing four primitive ints.
    An array-based tuple which holds an arbitrary element of type int.
    A specialized tuple which holds the primitive type int.
    A tuple with one element.
    An immutable type containing two primitive longs.
    An immutable type containing three primitive longs.
    An immutable type containing four primitive longs.
    An array-based tuple which holds an arbitrary element of type long.
    A specialized tuple which holds the primitive type long.
    A tuple with one element.
    A shallowly immutable pair of objects.
    A shallowly immutable triple of objects.
    A shallowly immutable quad of objects.
    A shallowly immutable set of objects.