8.30. File tom/EqHashTable

class tom.EqHashTable

inherits

State supers: HashTable

instance tom.EqHashTable

methods


Any
  at All key;

Return the key if present, or nil otherwise.


void
  resizing_add BucketElement elt;

Undocumented.

class tom.MutableEqHashTable

inherits

State supers: EqHashTable, MutableHashTable

instance tom.MutableEqHashTable

methods


void
  add BucketElement elt;

Undocumented.