[Overview][Types][Classes][Procedures and functions] |
Check if the hash table is empty.
Source position: contnrs.pp line 237
public function TFPHashTable.IsEmpty: Boolean; |
Trueif there are zero keys in the hashtable
IsEmptyreturns Trueif the hash table contains no elements, or Falseif there are still elements in the hash table.
|
Number of items in the hash table. |
|
|
Size of the hash table |
|
|
Average chain length |
|
|
Maximum chain length |