Package org.h2.dev.hash

A perfect hash function tool.

See:
          Description

Interface Summary
MinimalPerfectHash.UniversalHash<T> An interface that can calculate multiple hash values for an object.
 

Class Summary
IntPerfectHash A minimum perfect hash function tool.
IntPerfectHash.BitArray A helper class for bit arrays.
MinimalPerfectHash<K> A minimal perfect hash function tool.
MinimalPerfectHash.LongHash A sample hash implementation for long keys.
MinimalPerfectHash.StringHash A sample hash implementation for integer keys.
PerfectHash A perfect hash function tool.
 

Package org.h2.dev.hash Description

A perfect hash function tool.