API:System.Contnrs.TObjectBucketList

From RAD Studio API Documentation

TObjectBucketListSystem.Contnrs.TBucketListSystem.Contnrs.TCustomBucketListSystem.TObject

Delphi

TObjectBucketList = class(TBucketList)

C++

class PASCALIMPLEMENTATION TObjectBucketList : public TBucketList

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. {{#multireplace:System.Contnrs.TObjectBucketList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Contnrs.TBucketList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Contnrs.TBucketList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also