Uses of Class
civitas.celestis.util.tuple.Long2
Packages that use Long2
-
Uses of Long2 in civitas.celestis.math.integer
Methods in civitas.celestis.math.integer that return Long2Modifier and TypeMethodDescriptionInteger2.primValue()Converts this vector into a primitive vector.Constructors in civitas.celestis.math.integer with parameters of type Long2 -
Uses of Long2 in civitas.celestis.util.tuple
Methods in civitas.celestis.util.tuple that return Long2Modifier and TypeMethodDescriptionLong2.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.