-
- All Known Implementing Classes:
UlidFactory.ByteRandom,UlidFactory.LongRandom
- Enclosing class:
- UlidFactory
protected static interface UlidFactory.IRandom
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static UlidFactory.IRandomnewInstance(Random random)byte[]nextBytes(int length)longnextLong()
-
-
-
Method Detail
-
nextLong
long nextLong()
-
nextBytes
byte[] nextBytes(int length)
-
newInstance
static UlidFactory.IRandom newInstance(Random random)
-
-