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

TFPCustomHashTable.IsEmpty

Check if the hash table is empty.

Declaration

Source position: contnrs.pp line 390

public function TFPCustomHashTable.IsEmpty: Boolean;

Function result

True if there are zero keys in the hashtable

Description

IsEmpty returns True if the hash table contains no elements, or False if there are still elements in the hash table.

See also

TFPCustomHashTable.Count

  

Number of items in the hash table.

TFPCustomHashTable.HashTableSize

  

Size of the hash table

TFPCustomHashTable.AVGChainLen

  

Average chain length

TFPCustomHashTable.MaxChainLength

  

Maximum chain length


Documentation generated on: May 14 2021