Tools.h++ Manual
104011 Tandem Computers Incorporated 22-35
22
RWBoolean isEmpty() const;
Returns
TRUE
if the dictionary has no items in it,
FALSE
otherwise.
K* remove(K* key);
Removes the key and value pair where the key is equal to the key pointed to
by
key
. Returns the key or nil if no match was found. Equality is measured by
the class-deļ¬ned equality operator for type
K
.
void resize(size_t N);
Changes the number of buckets to
N
. This will result in all of the keys being
rehashed.