|
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. |
| TIntFloatHash |
An open addressed hashing implementation for int/float primitive entries. |
| TIntHash |
An open addressed hashing implementation for int primitives. |
| TLongDoubleHash |
An open addressed hashing implementation for long/double primitive entries. |
| TLongHash |
An open addressed hashing implementation for long primitives. |
| TObjectHash<T> |
An open addressed hashing implementation for Object types. |
| TPrimitiveHash |
The base class for hashtables of primitive values. |