Data.HashFunction 3.1.1
DHF
|
Classes | |
class | BuzHash_Implementation |
class | BuzHashConfig |
Defines a configuration for a IBuzHash implementation. More... | |
class | BuzHashFactory |
Provides instances of implementations of IBuzHash. More... | |
class | DefaultBuzHashConfig |
Defines a default configuration for a IBuzHash implementation. More... | |
interface | IBuzHash |
Implementation of BuzHash as specified at http://www.serve.net/buz/hash.adt/java.002.html. More... | |
interface | IBuzHashConfig |
Defines a configuration for a IBuzHash implementation. More... | |
interface | IBuzHashFactory |
Provides instances of implementations of IBuzHash. More... | |
Enumerations | |
enum | CircularShiftDirection { Left , Right } |
Enumeration of possible directions a circular shift can be defined for. More... | |