|
Class Summary |
| THash |
Base class for hashtables that use open addressing to resolve collisions. |
| THashIterator<V> |
Implements all iterator functions for the hashed object set. |
| THashPrimitiveIterator |
Implements all iterator functions for the hashed object set. |
| TIntCharHash |
An open addressed hashing implementation for int/char primitive entries. |
| TIntHash |
An open addressed hashing implementation for int primitives. |
| TIntIntHash |
An open addressed hashing implementation for int/int primitive entries. |
| TIntLongHash |
An open addressed hashing implementation for int/long primitive entries. |
| TLongHash |
An open addressed hashing implementation for long primitives. |
| TLongIntHash |
An open addressed hashing implementation for long/int primitive entries. |
| TLongLongHash |
An open addressed hashing implementation for long/long primitive entries. |
| TObjectHash<T> |
An open addressed hashing implementation for Object types. |
| TPrimitiveHash |
The base class for hashtables of primitive values. |