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

TFPHashTable.VoidSlots

Number of empty slots in the hash table.

Declaration

Source position: contnrs.pp line 243

public property TFPHashTable.VoidSlots: LongWord
  read GetVoidSlots;

Description

VoidSlotsis the number of empty slots in the hash table. Calculating this is an expensive operation.

See also

TFPHashTable.IsEmpty

  

Check if the hash table is empty.

TFPHashTable.Count

  

Number of items in the hash table.

TFPHashTable.AVGChainLen

  

Average chain length

TFPHashTable.MaxChainLength

  

Maximum chain length

TFPHashTable.LoadFactor

  

Fraction of count versus size

TFPHashTable.Density

  

Number of filled slots

TFPHashTable.NumberOfCollisions

  

Number of extra items