| Class | Description |
|---|---|
| TByteByteHash |
An open addressed hashing implementation for byte/byte primitive entries.
|
| TByteCharHash |
An open addressed hashing implementation for byte/char primitive entries.
|
| TByteDoubleHash |
An open addressed hashing implementation for byte/double primitive entries.
|
| TByteFloatHash |
An open addressed hashing implementation for byte/float primitive entries.
|
| TByteHash |
An open addressed hashing implementation for byte primitives.
|
| TByteIntHash |
An open addressed hashing implementation for byte/int primitive entries.
|
| TByteLongHash |
An open addressed hashing implementation for byte/long primitive entries.
|
| TByteShortHash |
An open addressed hashing implementation for byte/short primitive entries.
|
| TCharByteHash |
An open addressed hashing implementation for char/byte primitive entries.
|
| TCharCharHash |
An open addressed hashing implementation for char/char primitive entries.
|
| TCharDoubleHash |
An open addressed hashing implementation for char/double primitive entries.
|
| TCharFloatHash |
An open addressed hashing implementation for char/float primitive entries.
|
| TCharHash |
An open addressed hashing implementation for char primitives.
|
| TCharIntHash |
An open addressed hashing implementation for char/int primitive entries.
|
| TCharLongHash |
An open addressed hashing implementation for char/long primitive entries.
|
| TCharShortHash |
An open addressed hashing implementation for char/short primitive entries.
|
| TCustomObjectHash<T> |
An open addressed hashing implementation for Object types.
|
| TDoubleByteHash |
An open addressed hashing implementation for double/byte primitive entries.
|
| TDoubleCharHash |
An open addressed hashing implementation for double/char primitive entries.
|
| TDoubleDoubleHash |
An open addressed hashing implementation for double/double primitive entries.
|
| TDoubleFloatHash |
An open addressed hashing implementation for double/float primitive entries.
|
| TDoubleHash |
An open addressed hashing implementation for double primitives.
|
| TDoubleIntHash |
An open addressed hashing implementation for double/int primitive entries.
|
| TDoubleLongHash |
An open addressed hashing implementation for double/long primitive entries.
|
| TDoubleShortHash |
An open addressed hashing implementation for double/short primitive entries.
|
| TFloatByteHash |
An open addressed hashing implementation for float/byte primitive entries.
|
| TFloatCharHash |
An open addressed hashing implementation for float/char primitive entries.
|
| TFloatDoubleHash |
An open addressed hashing implementation for float/double primitive entries.
|
| TFloatFloatHash |
An open addressed hashing implementation for float/float primitive entries.
|
| TFloatHash |
An open addressed hashing implementation for float primitives.
|
| TFloatIntHash |
An open addressed hashing implementation for float/int primitive entries.
|
| TFloatLongHash |
An open addressed hashing implementation for float/long primitive entries.
|
| TFloatShortHash |
An open addressed hashing implementation for float/short primitive entries.
|
| 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.
|
| TIntByteHash |
An open addressed hashing implementation for int/byte primitive entries.
|
| TIntCharHash |
An open addressed hashing implementation for int/char primitive entries.
|
| TIntDoubleHash |
An open addressed hashing implementation for int/double primitive entries.
|
| TIntFloatHash |
An open addressed hashing implementation for int/float 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.
|
| TIntShortHash |
An open addressed hashing implementation for int/short primitive entries.
|
| TLongByteHash |
An open addressed hashing implementation for long/byte primitive entries.
|
| TLongCharHash |
An open addressed hashing implementation for long/char primitive entries.
|
| TLongDoubleHash |
An open addressed hashing implementation for long/double primitive entries.
|
| TLongFloatHash |
An open addressed hashing implementation for long/float 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.
|
| TLongShortHash |
An open addressed hashing implementation for long/short primitive entries.
|
| TObjectHash<T> |
An open addressed hashing implementation for Object types.
|
| TPrimitiveHash |
The base class for hashtables of primitive values.
|
| TShortByteHash |
An open addressed hashing implementation for short/byte primitive entries.
|
| TShortCharHash |
An open addressed hashing implementation for short/char primitive entries.
|
| TShortDoubleHash |
An open addressed hashing implementation for short/double primitive entries.
|
| TShortFloatHash |
An open addressed hashing implementation for short/float primitive entries.
|
| TShortHash |
An open addressed hashing implementation for short primitives.
|
| TShortIntHash |
An open addressed hashing implementation for short/int primitive entries.
|
| TShortLongHash |
An open addressed hashing implementation for short/long primitive entries.
|
| TShortShortHash |
An open addressed hashing implementation for short/short primitive entries.
|