| 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. |