System.Contnrs.TIntegerBucketList

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TBucketListSystem.Contnrs.TCustomBucketListSystem.TObjectTIntegerBucketList

Delphi

TIntegerBucketList = class(TBucketList)

C++

class PASCALIMPLEMENTATION TIntegerBucketList : public TBucketList

Properties

Type Visibility Source Unit Parent
class public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs System.Contnrs

Description

TIntegerBucketList is a simple hash table that stores Integers that are identified by other Integers.

Use TIntegerBucketList as a simple hash table to store Integers that are indexed by other Integers. TIntegerBucketList 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