| Package | Description |
|---|---|
| com.github.f4b6a3.uuid | |
| com.github.f4b6a3.uuid.factory |
| Modifier and Type | Method and Description |
|---|---|
static RandomUuidCreator |
UuidCreator.getFastRandomCreator()
Returns a
RandomUuidCreator that creates UUID version 4. |
static RandomUuidCreator |
UuidCreator.getRandomCreator()
Returns a
RandomUuidCreator that creates UUID version 4. |
| Modifier and Type | Method and Description |
|---|---|
RandomUuidCreator |
RandomUuidCreator.withFastRandomGenerator()
Replaces the default random generator with a fester one.
|
RandomUuidCreator |
RandomUuidCreator.withRandomGenerator(Random random)
Replace the default random generator, in a fluent way, to another that
extends
Random. |
Copyright © 2019. All rights reserved.