Uses of Class
org.hypergraphdb.handle.UUID

Packages that use UUID
org.hypergraphdb.handle   
 

Uses of UUID in org.hypergraphdb.handle
 

Methods in org.hypergraphdb.handle that return UUID
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(java.lang.String id)
          Constructs a new UUID instance given the canonical string representation of an UUID.
 

Methods in org.hypergraphdb.handle with parameters of type UUID
 int UUID.compareTo(UUID o)