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