Uses of Package
com.github.f4b6a3.uuid.factory.function
-
Classes in com.github.f4b6a3.uuid.factory.function used by com.github.f4b6a3.uuid.factory Class Description ClockSeqFunction It must return a number between 0 and 16383 (2^14-1).NodeIdFunction It must return a number between 0 and 2^48-1.RandomFunction It must return an array of bytes with the given length.TimeFunction It must return a number of 100-nanoseconds since 1970-01-01 (Unix epoch). -
Classes in com.github.f4b6a3.uuid.factory.function used by com.github.f4b6a3.uuid.factory.function.impl Class Description ClockSeqFunction It must return a number between 0 and 16383 (2^14-1).ClockSeqFunction.ClockSeqPool Class that manages the usage of clock sequence values from 0 to 16383.NodeIdFunction It must return a number between 0 and 2^48-1.RandomFunction It must return an array of bytes with the given length.TimeFunction It must return a number of 100-nanoseconds since 1970-01-01 (Unix epoch). -
Classes in com.github.f4b6a3.uuid.factory.function used by com.github.f4b6a3.uuid.factory.nonstandard Class Description RandomFunction It must return an array of bytes with the given length. -
Classes in com.github.f4b6a3.uuid.factory.function used by com.github.f4b6a3.uuid.factory.rfc4122 Class Description RandomFunction It must return an array of bytes with the given length.