Uses of Interface
com.github.f4b6a3.uuid.factory.function.RandomFunction
-
Packages that use RandomFunction Package Description com.github.f4b6a3.uuid.factory com.github.f4b6a3.uuid.factory.function.impl com.github.f4b6a3.uuid.factory.nonstandard com.github.f4b6a3.uuid.factory.rfc4122 -
-
Uses of RandomFunction in com.github.f4b6a3.uuid.factory
Fields in com.github.f4b6a3.uuid.factory declared as RandomFunction Modifier and Type Field Description protected RandomFunctionAbstRandomBasedFactory. randomFunctionMethods in com.github.f4b6a3.uuid.factory that return RandomFunction Modifier and Type Method Description protected static RandomFunctionAbstRandomBasedFactory. getRandomFunction(Random random)It instantiates a function that returns a byte array of a given length.Constructors in com.github.f4b6a3.uuid.factory with parameters of type RandomFunction Constructor Description AbstRandomBasedFactory(UuidVersion version, RandomFunction randomFunction) -
Uses of RandomFunction in com.github.f4b6a3.uuid.factory.function.impl
Classes in com.github.f4b6a3.uuid.factory.function.impl that implement RandomFunction Modifier and Type Class Description classDefaultRandomFunction -
Uses of RandomFunction in com.github.f4b6a3.uuid.factory.nonstandard
Constructors in com.github.f4b6a3.uuid.factory.nonstandard with parameters of type RandomFunction Constructor Description PrefixCombFactory(RandomFunction randomFunction)PrefixCombFactory(RandomFunction randomFunction, Clock clock)ShortPrefixCombFactory(RandomFunction randomFunction)ShortPrefixCombFactory(RandomFunction randomFunction, Clock clock)ShortSuffixCombFactory(RandomFunction randomFunction)ShortSuffixCombFactory(RandomFunction randomFunction, Clock clock)SuffixCombFactory(RandomFunction randomFunction)SuffixCombFactory(RandomFunction randomFunction, Clock clock) -
Uses of RandomFunction in com.github.f4b6a3.uuid.factory.rfc4122
Constructors in com.github.f4b6a3.uuid.factory.rfc4122 with parameters of type RandomFunction Constructor Description RandomBasedFactory(RandomFunction randomFunction)
-