| Package | Description |
|---|---|
| com.github.f4b6a3.uuid.enums | |
| com.github.f4b6a3.uuid.factory | |
| com.github.f4b6a3.uuid.factory.abst | |
| com.github.f4b6a3.uuid.util |
| Modifier and Type | Method and Description |
|---|---|
static UuidVersion |
UuidVersion.getVersion(int value) |
static UuidVersion |
UuidVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UuidVersion[] |
UuidVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TimeBasedUuidCreator(UuidVersion version) |
| Modifier and Type | Field and Description |
|---|---|
protected UuidVersion |
AbstractUuidCreator.version |
| Modifier and Type | Method and Description |
|---|---|
UuidVersion |
AbstractUuidCreator.getVersion() |
| Constructor and Description |
|---|
AbstractNameBasedUuidCreator(UuidVersion version,
String messageDigest)
This constructor receives the name of a message digest.
|
AbstractTimeBasedUuidCreator(UuidVersion version)
This constructor requires a version number.
|
AbstractUuidCreator(UuidVersion version) |
| Modifier and Type | Method and Description |
|---|---|
UuidVersion |
UuidUtil.getVersion(UUID uuid)
Get the UUID version.
|
Copyright © 2019. All rights reserved.