ADAPT icon indicating copy to clipboard operation
ADAPT copied to clipboard

Pascal - Generics - Hashers - Define `IADHasher<T>`

Open LK-Daniel opened this issue 8 years ago • 0 comments

IADHasher<T> is the common Interface for all Hashing Algorithm Implementations.

The idea behind this is that the Hash Map types (IADHashMap<TKey, TValue>) can specify their own Hashing Algorithm implementation to use.

LK-Daniel avatar Aug 12 '16 17:08 LK-Daniel