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

TFPHashTable.HashTableSize

Size of the hash table

Declaration

Source position: contnrs.pp line 240

public property TFPHashTable.HashTableSize: LongWord
  read FHashTableSize
  write SetHashTableSize;

Description

HashTableSizeis the size of the hash table. It can be set, in which case it will be rounded to the nearest prime number suitable for RSHash.

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.VoidSlots

  

Number of empty slots in the hash table.

TFPHashTable.Density

  

Number of filled slots