Uses of Interface
civitas.celestis.util.tuple.IntTuple
Packages that use IntTuple
-
Uses of IntTuple in civitas.celestis.util.array
Methods in civitas.celestis.util.array that return IntTuple -
Uses of IntTuple in civitas.celestis.util.tuple
Classes in civitas.celestis.util.tuple that implement IntTupleModifier and TypeClassDescriptionclassA tuple with one element.classAn immutable type containing two primitiveints.classAn immutable type containing three primitiveints.classAn immutable type containing four primitiveints.classAn array-based tuple which holds an arbitrary element of typeint.Methods in civitas.celestis.util.tuple that return IntTupleModifier and TypeMethodDescriptionstatic IntTupleIntTuple.empty()Returns an empty integer tuple.Int1.map(IntUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.IntArrayTuple.map(IntUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.IntTuple.map(IntUnaryOperator f) Applies the provided mapper functionfto each component of this tuple, then returns a new tuple containing the return values of the functionf.ArrayTuple.mapToInt(ToIntFunction<? 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.mapToInt(ToIntFunction<? 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.mapToInt(ToIntFunction<? 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.mapToInt(ToIntFunction<? 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.mapToInt(ToIntFunction<? 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.mapToInt(ToIntFunction<? 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 IntTupleIntTuple.of(int... components) Creates a new integer tuple from the provided array of components.Constructors in civitas.celestis.util.tuple with parameters of type IntTuple