Uses of Class
civitas.celestis.util.tuple.Int2
Packages that use Int2
-
Uses of Int2 in civitas.celestis.math.integer
Constructors in civitas.celestis.math.integer with parameters of type Int2 -
Uses of Int2 in civitas.celestis.util.tuple
Methods in civitas.celestis.util.tuple that return Int2Modifier and TypeMethodDescriptionInt2.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.