| Package | Description |
|---|---|
| com.github.f4b6a3.uuid.enums | |
| com.github.f4b6a3.uuid.factory | |
| com.github.f4b6a3.uuid.util |
| Modifier and Type | Method and Description |
|---|---|
static UuidVersion |
UuidVersion.getVersion(int value)
Get the enum 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected UuidVersion |
UuidFactory.version
Version number.
|
| Modifier and Type | Method and Description |
|---|---|
UuidVersion |
UuidFactory.getVersion()
Returns the version number for this factory.
|
| Constructor and Description |
|---|
AbstCombFactory(UuidVersion version,
AbstCombFactory.Builder<?,?> builder)
Constructor whith a version number and a builder.
|
AbstNameBasedFactory(UuidVersion version,
String algorithm,
byte[] namespace)
Protected constructor that receives the message digest algorithm and an
optional name space.
|
AbstRandomBasedFactory(UuidVersion version,
AbstRandomBasedFactory.Builder<?,?> builder)
Constructor with a version number and a builder
|
AbstTimeBasedFactory(UuidVersion version,
AbstTimeBasedFactory.Builder<?,?> builder)
A protected constructor that receives a builder object.
|
UuidFactory(UuidVersion version)
Constructor with a version number.
|
| Modifier and Type | Method and Description |
|---|---|
static UuidVersion |
UuidUtil.getVersion(UUID uuid)
Get the UUID version.
|
Copyright © 2024. All rights reserved.