B C E G H I N S T U V

B

bag(byte) - Method in class com.stafney.Hash
Convert a Hash to a byte.
bag(char) - Method in class com.stafney.Hash
Convert a Hash to a char.
bag(int) - Method in class com.stafney.Hash
Convert a Hash to a int.
bag(long) - Method in class com.stafney.Hash
Convert a Hash to a long.
bag(short) - Method in class com.stafney.Hash
Convert a Hash to a short.

C

com.stafney - package com.stafney
The com.stafney package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
combine(Hash) - Method in class com.stafney.Hash
Combine two Hash values using strong agglomeration.
compareTo(Object) - Method in class com.stafney.UID
 

E

equals(Object) - Method in class com.stafney.UID
 
equals(Object) - Method in class com.stafney.Hash
 

G

getBytes() - Method in class com.stafney.UID
Get the bytes that comprise this UID
GUID_BYTE_SIZE - Static variable in class com.stafney.UID
The byte size of a UID

H

Hash - class com.stafney.Hash.
Provides fairly unique immutable hash values for objects wanting to override Object.hashCode().
Hash(boolean) - Constructor for class com.stafney.Hash
Construct a Hash from a boolean.
Hash(byte) - Constructor for class com.stafney.Hash
Construct a Hash from a byte.
Hash(char) - Constructor for class com.stafney.Hash
Construct a Hash from a char.
Hash(int) - Constructor for class com.stafney.Hash
Construct a Hash from a int.
Hash(long) - Constructor for class com.stafney.Hash
Construct a Hash from a long.
Hash(short) - Constructor for class com.stafney.Hash
Construct a Hash from a short.
Hash(String) - Constructor for class com.stafney.Hash
Construct a Hash from a String.
Hash(StringBuffer) - Constructor for class com.stafney.Hash
Construct a Hash from a StringBuffer.
hashCode() - Method in class com.stafney.UID
 
hashCode() - Method in class com.stafney.Hash
 

I

isDeferred() - Method in class com.stafney.UID
Determine if this UID was deferred to the OS for creation.
isUUID() - Method in class com.stafney.UID
Determine if this UID is locally unique or universally unique.

N

newInstance() - Static method in class com.stafney.UID
Construct a new UID

S

serialVersionUID - Static variable in class com.stafney.UID
Self manage our serialization version.

T

toString() - Method in class com.stafney.UID
The string representation of this UID in the form D45FD2FC-5C6E-11D1-9EC1-00C04FD7081F.

U

UID - class com.stafney.UID.
Immutable unique identifier.

V

valueOf(byte[]) - Static method in class com.stafney.UID
Construct a UID from an array of bytes.
valueOf(String) - Static method in class com.stafney.UID
Construct a UID from a string in the form D45FD2FC-5C6E-11D1-9EC1-00C04FD7081F or {D45FD2FC-5C6E-11D1-9EC1-00C04FD7081F}.

B C E G H I N S T U V