Package org.h2.dev.hash
A perfect hash function tool.
-
Interface Summary Interface Description MinimalPerfectHash.UniversalHash<T> An interface that can calculate multiple hash values for an object. -
Class Summary Class Description 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.