| Package | Description |
|---|---|
| com.github.f4b6a3.ulid | |
| com.github.f4b6a3.ulid.guid |
| Modifier and Type | Method and Description |
|---|---|
static GuidCreator |
UlidCreator.getGuidCreator()
Return a GUID creator for direct use.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends GuidCreator> |
GuidCreator.withFastRandomGenerator()
Replaces the default random generator with a faster one.
|
<T extends GuidCreator> |
GuidCreator.withRandomGenerator(Random random)
Replace the default random generator, in a fluent way, to another that
extends
Random. |
<T extends GuidCreator> |
GuidCreator.withTimestampStrategy(TimestampStrategy timestampStrategy)
Used for changing the timestamp strategy.
|
Copyright © 2020. All rights reserved.