Uses of Class
com.github.f4b6a3.uuid.util.immutable.CharArray
-
Packages that use CharArray Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.base.function com.github.f4b6a3.uuid.util.immutable -
-
Uses of CharArray in com.github.f4b6a3.uuid.codec.base
Methods in com.github.f4b6a3.uuid.codec.base that return CharArray Modifier and Type Method Description CharArrayBaseN. getAlphabet()Returns the alphabet of the base-n. -
Uses of CharArray in com.github.f4b6a3.uuid.codec.base.function
Fields in com.github.f4b6a3.uuid.codec.base.function declared as CharArray Modifier and Type Field Description protected CharArrayBaseNEncoder. alphabet -
Uses of CharArray in com.github.f4b6a3.uuid.util.immutable
Methods in com.github.f4b6a3.uuid.util.immutable that return CharArray Modifier and Type Method Description static CharArrayCharArray. from(char[] a)
-