Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPCustomHashTable.Density

Number of filled slots.

Declaration

Source position: contnrs.pp line 401

public property TFPCustomHashTable.Density : LongWord
  read GetDensity;

Description

Density is the number of filled slots in the hash table.

See also

TFPCustomHashTable.IsEmpty

  

Check if the hash table is empty.

TFPCustomHashTable.Count

  

Number of items in the hash table.

TFPCustomHashTable.LoadFactor

  

Fraction of count versus size.

TFPCustomHashTable.AVGChainLen

  

Average chain length.

TFPCustomHashTable.VoidSlots

  

Number of empty slots in the hash table.

TFPCustomHashTable.Density

  

Number of filled slots.


Documentation generated on: Jul 24 2023