TreeMap
Description
- Derived from
-
MapBase<TKey, TValue> abstract
ISortedMap<TKey, TValue>
An implementation of the IMap interface that uses a balanced binary tree for storing the dictionary mappings.
A specialized container may be created by subclassing TreeMap and specifying a suitable CompareDelegate in the constructor, optionally overriding the following methods to provide custom semantics: