Package com.tomgibara.crinch.hashing

  • Interface Summary 
    Interface Description
    Hash<T>
    Implementations of this interface can generate one hash value for a given object.
  • Class Summary 
    Class Description
    HashRange
    Records the range of values that a hash value may take.
    PerfectStringHash
    A "minimal perfect hash" for Strings.