| Interface | Description |
|---|---|
| TByteSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
| TCharSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
| TDoubleSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
| TFloatSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
| TIntSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
| TLongSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|
| TShortSet |
An implementation of the Set interface that uses an
open-addressed hash table to store its contents.
|