PCJ API
Version 1.2

Package bak.pcj.hash

Provides classes for implementing hash functions.

See:
          Description

Interface Summary
BooleanHashFunction This interface represents hash functions from boolean values to int values.
ByteHashFunction This interface represents hash functions from byte values to int values.
CharHashFunction This interface represents hash functions from char values to int values.
DoubleHashFunction This interface represents hash functions from double values to int values.
FloatHashFunction This interface represents hash functions from float values to int values.
IntHashFunction This interface represents hash functions from int values to int values.
LongHashFunction This interface represents hash functions from long values to int values.
ShortHashFunction This interface represents hash functions from short values to int values.
 

Class Summary
DefaultBooleanHashFunction This class provides a default hash function for boolean values.
DefaultByteHashFunction This class provides a default hash function for byte values.
DefaultCharHashFunction This class provides a default hash function for char values.
DefaultDoubleHashFunction This class provides a default hash function for double values.
DefaultFloatHashFunction This class provides a default hash function for float values.
DefaultIntHashFunction This class provides a default hash function for int values.
DefaultLongHashFunction This class provides a default hash function for long values.
DefaultShortHashFunction This class provides a default hash function for short values.
Primes This class provides a static table of int sized prime numbers.
 

Package bak.pcj.hash Description

Provides classes for implementing hash functions.


PCJ API
Version 1.2

Report a bug or request a feature.
Further information on the development and latest release of PCJ can be found at the project homepage.

Primitive Collections for Java is released under the GNU Lesser General Public License.
Copyright © 2002, 2003 Søren Bak. All Rights Reserved.

Hosted by SourceForge.net
SourceForge.net Logo