|
| static Bool | LessThan (const Entry &a, const Entry &b) |
| |
| static Bool | IsEqual (const Entry &a, const Entry &b) |
| |
| template<typename KEY > |
| static Bool | LessThan (const KEY &a, const Entry &b) |
| |
| template<typename KEY > |
| static Bool | IsEqual (const KEY &a, const Entry &b) |
| |
| template<typename KEY > |
| static Bool | LessThan (const Entry &a, const KEY &b) |
| |
| static ResultRef< Entry > | Insert (Array &array, const K &key, Bool &created, Int &index) |
| |
| template<typename KEY > |
| static const Entry * | Find (const Array &array, const KEY &key) |
| |
| template<typename KEY > |
| static Int | FindIndex (const Array &array, const KEY &key) |
| |
| static Bool | Erase (Array &array, const K &key) |
| |