|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UUID | |
---|---|
org.drools.util |
Uses of UUID in org.drools.util |
---|
Methods in org.drools.util that return UUID | |
---|---|
UUID |
UUIDGenerator.generateRandomBasedUUID()
Method for generating (pseudo-)random based UUIDs, using the default (shared) SecureRandom object. |
UUID |
UUIDGenerator.generateRandomBasedUUID(Random randomGenerator)
Method for generating (pseudo-)random based UUIDs, using the specified SecureRandom object. |
static UUID |
UUID.getNullUUID()
Accessor for getting the shared null UUID |
static UUID |
UUID.valueOf(byte[] src)
Constructs a new UUID instance given a byte array that contains the (16 byte) binary representation. |
static UUID |
UUID.valueOf(byte[] src,
int start)
Constructs a new UUID instance given a byte array that contains the (16 byte) binary representation. |
static UUID |
UUID.valueOf(String id)
Constructs a new UUID instance given the canonical string representation of an UUID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |