API:System.Contnrs.TObjectBucketList

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TBucketListSystem.Contnrs.TCustomBucketListSystem.TObjectTObjectBucketList

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.

System.Contnrs.TObjectBucketList inherits from System.Contnrs.TBucketList. All content below this line refers to System.Contnrs.TBucketList.

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