Uses of Class
adams.core.base.BaseLong
-
Packages that use BaseLong Package Description adams.core.base -
-
Uses of BaseLong in adams.core.base
Methods in adams.core.base that return BaseLong Modifier and Type Method Description static BaseLong[]BaseLong. toBaseLong(long[] values)Turns the primitive array into a BaseLong one.static BaseLong[]BaseLong. toBaseLong(Long[] values)Turns the primitive array into a BaseLong one.Methods in adams.core.base with parameters of type BaseLong Modifier and Type Method Description static Long[]BaseLong. toNumber(BaseLong[] values)Turns the BaseLong array into a number array.static long[]BaseLong. toPrimitive(BaseLong[] values)Turns the BaseLong array into a primitive array.
-