TreeSet
Description
- Derived from
-
SortedSetBase<T> abstract
An implementation of the IBag interface that uses a balanced binary tree for storing the set elements.
A specialized container may be created by subclassing TreeSet and specifying a suitable CompareDelegate in the constructor, optionally overriding the following methods to provide custom semantics: