Uses of Interface
civitas.celestis.util.tuple.LongTuple
Packages that use LongTuple
-
Uses of LongTuple in civitas.celestis.util.array
Methods in civitas.celestis.util.array that return LongTuple -
Uses of LongTuple in civitas.celestis.util.tuple
Classes in civitas.celestis.util.tuple that implement LongTupleModifier and TypeClassDescriptionclassA tuple with one element.classAn immutable type containing two primitivelongs.classAn immutable type containing three primitivelongs.classAn immutable type containing four primitivelongs.classAn array-based tuple which holds an arbitrary element of typelong.Methods in civitas.celestis.util.tuple that return LongTupleModifier and TypeMethodDescriptionstatic LongTupleLongTuple.empty()Returns an empty tuple.Long1.map(LongUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.LongArrayTuple.map(LongUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.LongTuple.map(LongUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.ArrayTuple.mapToLong(ToLongFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object1.mapToLong(ToLongFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object2.mapToLong(ToLongFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object3.mapToLong(ToLongFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object4.mapToLong(ToLongFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Tuple.mapToLong(ToLongFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.static LongTupleLongTuple.of(long... components) Creates a new long tuple from the provided array of components.Constructors in civitas.celestis.util.tuple with parameters of type LongTuple