Uses of Class
com.github.f4b6a3.uuid.util.immutable.LongArray
-
Packages that use LongArray Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.base.function com.github.f4b6a3.uuid.util.immutable -
-
Uses of LongArray in com.github.f4b6a3.uuid.codec.base
Methods in com.github.f4b6a3.uuid.codec.base that return LongArray Modifier and Type Method Description LongArrayBaseN. getMap()Returns the map of the base-n. -
Uses of LongArray in com.github.f4b6a3.uuid.codec.base.function
Fields in com.github.f4b6a3.uuid.codec.base.function declared as LongArray Modifier and Type Field Description protected LongArrayBaseNDecoder. map -
Uses of LongArray in com.github.f4b6a3.uuid.util.immutable
Methods in com.github.f4b6a3.uuid.util.immutable that return LongArray Modifier and Type Method Description static LongArrayLongArray. from(long[] a)
-