Package | Description |
---|---|
org.hypergraphdb.handle |
Modifier and Type | Method and Description |
---|---|
static UUID |
UUID.getNullUUID()
Accessor for getting the shared null UUID
|
UUID |
UUIDPersistentHandle.getUuid() |
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.
|
Modifier and Type | Method and Description |
---|---|
int |
UUID.compareTo(UUID o) |
void |
UUIDPersistentHandle.setUuid(UUID uuid) |
Copyright © 2015. All rights reserved.