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

TFPHashTable.MaxChainLength

Maximum chain length

Declaration

Source position: contnrs.pp line 246

public property TFPHashTable.MaxChainLength: Int64
  read GetMaxChainLength;

Description

MaxChainLengthis the length of the longest chain 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.LoadFactor

  

Fraction of count versus size

TFPHashTable.AvgChainLength

TFPHashTable.VoidSlots

  

Number of empty slots in the hash table.

TFPHashTable.Density

  

Number of filled slots

TFPHashTable.NumberOfCollisions

  

Number of extra items