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