public abstract class UUIDGenerator extends Object
Modifier | Constructor and Description |
---|---|
protected |
UUIDGenerator()
Constructor is private to enforce singleton access.
|
Modifier and Type | Method and Description |
---|---|
protected static long |
_toInt(byte[] buffer,
int offset) |
protected static long |
_toLong(byte[] buffer,
int offset) |
protected static long |
_toShort(byte[] buffer,
int offset) |
abstract UUIDType |
getType()
Accessor for determining type of UUIDs (version) that this
generator instance will produce.
|
protected UUIDGenerator()
public abstract UUIDType getType()
protected static final long _toLong(byte[] buffer, int offset)
protected static final long _toInt(byte[] buffer, int offset)
protected static final long _toShort(byte[] buffer, int offset)
Copyright © 2024 FasterXML.com. All rights reserved.