1.6 HashTable

HashTable is a subpattern of the collection pattern. HashTable implements a hash table data structure with the following additional attributes:

1.7 ExtensibleHashTable

ExtensibleHashTable is a subpattern of the hashTable pattern. ExtensibleHashTable allows for extension of the range of hash values of the hashTable. Unless the specified hashFunction somehow explicitly can cope with dynamic changes to the hash range, the entire hashTable needs to be rehashed. ExtensibleHashTable implements the following additional attributes:


Container Libraries - Reference Manual
© 1992-2002 Mjølner Informatics
[Modified: Thursday October 19th 2000 at 12:51]