MyLibrary.Collections.Dictionaries Unit

Provides dictionary implementations for the MyLibrary collection interfaces.

Remarks

This unit contains the default hash-based dictionary implementation returned by TCollections factory methods.

Classes

THashDictionary<TKey,TValue>

Provides a hash-based implementation of IDictionary<TKey,TValue>.