Constant Field Values
Contents
com.github.*
-
com.github.f4b6a3.uuid.alt.GUID Modifier and Type Constant Field Value public static final intGUID_BYTES16public static final intGUID_CHARS36public static final byteLOCAL_DOMAIN_GROUP1public static final byteLOCAL_DOMAIN_ORG2public static final byteLOCAL_DOMAIN_PERSON0
-
com.github.f4b6a3.uuid.codec.base.BaseN Modifier and Type Constant Field Value protected static final StringALPHABET_36"0123456789abcdefghijklmnopqrstuvwxyz"protected static final StringALPHABET_64"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_"protected static final intRADIX_MAX64protected static final intRADIX_MIN2
-
com.github.f4b6a3.uuid.factory.AbstNameBasedFactory Modifier and Type Constant Field Value protected static final StringALGORITHM_MD5"MD5"protected static final StringALGORITHM_SHA1"SHA-1" -
com.github.f4b6a3.uuid.factory.AbstRandomBasedFactory Modifier and Type Constant Field Value protected static final intUUID_BYTES16
-
com.github.f4b6a3.uuid.factory.function.ClockSeqFunction.ClockSeqPool Modifier and Type Constant Field Value public static final intPOOL_MAX16383public static final intPOOL_MIN0
-
com.github.f4b6a3.uuid.factory.nonstandard.ShortPrefixCombFactory Modifier and Type Constant Field Value protected static final intDEFAULT_INTERVAL60000 -
com.github.f4b6a3.uuid.factory.nonstandard.ShortSuffixCombFactory Modifier and Type Constant Field Value protected static final intDEFAULT_INTERVAL60000
-
com.github.f4b6a3.uuid.factory.rfc4122.TimeOrderedEpochFactory Modifier and Type Constant Field Value protected static final intCLOCK_DRIFT_TOLERANCE10000
-
com.github.f4b6a3.uuid.util.UuidTime Modifier and Type Constant Field Value public static final longNANOS_PER_TICK100Lpublic static final longTICKS_PER_MILLI10000Lpublic static final longTICKS_PER_SECOND10000000L
-
com.github.f4b6a3.uuid.util.internal.SettingsUtil Modifier and Type Constant Field Value public static final StringPROPERTY_NODE"node"protected static final StringPROPERTY_PREFIX"uuidcreator"public static final StringPROPERTY_SECURERANDOM"securerandom"