TBucketList | TBucketList is a simple hash table that stores pointers indexed by pointers. |
TClassList | TClassList maintains a list of classes. |
TComponentList | TComponentList maintains a list of components, updating itself when a component is freed. |
TCustomBucketList | TCustomBucketList is the base class for lists that store items under a limited number of categories. |
TIntegerBucketList | TIntegerBucketList is a simple hash table that stores Integers that are identified by other Integers. |
TObjectBucketList | TObjectBucketList is a simple hash table that stores objects that are identified by other objects. |
TObjectList | TObjectList maintains a list of (owned) objects. |
TObjectQueue | TObjectQueue maintains a first-in first-out list of objects. |
TObjectStack | TObjectStack maintains a last-in first-out list of objects. |
TOrderedList | TOrderedList maintains an array of pointers that must be accessed in serial order. |
TQueue | TQueue maintains a first-in first-out array of pointers. |
TStack | TStack maintains a last-in first-out array of pointers. |