Uses of Class
org.hypergraphdb.handle.UUIDPersistentHandle

Packages that use UUIDPersistentHandle
org.hypergraphdb.handle   
 

Uses of UUIDPersistentHandle in org.hypergraphdb.handle
 

Fields in org.hypergraphdb.handle declared as UUIDPersistentHandle
static UUIDPersistentHandle UUIDPersistentHandle.UUID_NULL_HANDLE
           
 

Methods in org.hypergraphdb.handle that return UUIDPersistentHandle
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(java.lang.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.