Uses of Interface
com.github.f4b6a3.uuid.factory.AbstRandomBasedFactory.IRandom
-
Packages that use AbstRandomBasedFactory.IRandom Package Description com.github.f4b6a3.uuid.factory -
-
Uses of AbstRandomBasedFactory.IRandom in com.github.f4b6a3.uuid.factory
Classes in com.github.f4b6a3.uuid.factory that implement AbstRandomBasedFactory.IRandom Modifier and Type Class Description protected static classAbstRandomBasedFactory.FastRandomA long random generator.protected static classAbstRandomBasedFactory.SafeRandomA byte random generator.Fields in com.github.f4b6a3.uuid.factory declared as AbstRandomBasedFactory.IRandom Modifier and Type Field Description protected AbstRandomBasedFactory.IRandomAbstRandomBasedFactory.Builder. randomA random generator.protected AbstRandomBasedFactory.IRandomAbstRandomBasedFactory. randomThe random generator.Methods in com.github.f4b6a3.uuid.factory that return AbstRandomBasedFactory.IRandom Modifier and Type Method Description protected AbstRandomBasedFactory.IRandomAbstRandomBasedFactory.Builder. getRandom()Get the random generator.
-