Uses of Class
com.github.f4b6a3.uuid.util.immutable.ByteArray
-
Packages that use ByteArray Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.base.function com.github.f4b6a3.uuid.util.immutable -
-
Uses of ByteArray in com.github.f4b6a3.uuid.codec.base
Methods in com.github.f4b6a3.uuid.codec.base that return ByteArray Modifier and Type Method Description ByteArrayBaseN. getMap()Returns the map of the base-n. -
Uses of ByteArray in com.github.f4b6a3.uuid.codec.base.function
Fields in com.github.f4b6a3.uuid.codec.base.function declared as ByteArray Modifier and Type Field Description protected ByteArrayBaseNDecoder. mapThe base-n map. -
Uses of ByteArray in com.github.f4b6a3.uuid.util.immutable
Methods in com.github.f4b6a3.uuid.util.immutable that return ByteArray Modifier and Type Method Description static ByteArrayByteArray. from(byte[] a)Creates an instance of this class.
-