[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPHashTable.Density

Number of filled slots

Declaration

Source position: contnrs.pp line 248

public property TFPHashTable.Density: LongWord
  read GetDensity;

Description

Densityis the number of filled slots in the hash table.

See also

TFPHashTable.IsEmpty

  

Check if the hash table is empty.

TFPHashTable.Count

  

Number of items in the hash table.

TFPHashTable.LoadFactor

  

Fraction of count versus size

TFPHashTable.AvgChainLength

TFPHashTable.VoidSlots

  

Number of empty slots in the hash table.

TFPHashTable.Density

  

Number of filled slots