Package | Description |
---|---|
org.hypergraphdb.handle |
Modifier and Type | Field and Description |
---|---|
static UUIDPersistentHandle |
UUIDPersistentHandle.UUID_NULL_HANDLE |
Modifier and Type | Method and Description |
---|---|
static UUIDPersistentHandle |
UUIDPersistentHandle.makeHandle()
Construct a brand new UUID-based handle.
|
static UUIDPersistentHandle |
UUIDPersistentHandle.makeHandle(byte[] value)
Construct from an existing UUID.
|
static UUIDPersistentHandle |
UUIDPersistentHandle.makeHandle(byte[] value,
int offset)
Construct from an existing UUID.
|
static UUIDPersistentHandle |
UUIDPersistentHandle.makeHandle(String value)
Construct from an existing UUID.
|
static UUIDPersistentHandle |
UUIDPersistentHandle.nullHandle()
Return the representation of a
nil handle, that is a handle that does
not refer to anything. |
Copyright © 2015. All rights reserved.