Uses of Interface
com.github.f4b6a3.ulid.random.RandomGenerator
-
Packages that use RandomGenerator Package Description com.github.f4b6a3.ulid.factory -
-
Uses of RandomGenerator in com.github.f4b6a3.ulid.factory
Fields in com.github.f4b6a3.ulid.factory declared as RandomGenerator Modifier and Type Field Description protected RandomGeneratorUlidFactory. randomGeneratorConstructors in com.github.f4b6a3.ulid.factory with parameters of type RandomGenerator Constructor Description DefaultFactory(RandomGenerator randomGenerator)Use a random generator that inherits fromRandomGenerator.MonotonicFactory(RandomGenerator randomGenerator)Use a random generator that inherits fromRandomGenerator.UlidFactory(RandomGenerator randomGenerator)Use a random generator that inherits fromRandomGenerator.
-