System.Contnrs.TBucketList

Delphi
TBucketList = class(TCustomBucketList)
C++
class PASCALIMPLEMENTATION TBucketList : public TCustomBucketList
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Contnrs.pas System.Contnrs.hpp |
System.Contnrs | System.Contnrs |
Description
TBucketList is a simple hash table that stores pointers indexed by pointers.
Use TBucketList as a simple hash table to store data pointers using identifiers represented as pointers. TBucketList includes methods to add, remove, and locate items in the list, as well as a method that executes a callback for every item in the list.