Uses of Class
com.github.f4b6a3.uuid.util.internal.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.internal.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() -
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.internal.immutable
Methods in com.github.f4b6a3.uuid.util.internal.immutable that return LongArray Modifier and Type Method Description static LongArrayLongArray. from(long[] a)
-