Was this helpful?
HashTable Class
This is an abstract class that defines attributes and methods available to all its subclasses. It enables object references to be stored in a keyed table for later lookup by key. The HashTable class uses hashing algorithms to perform the work of storing and finding objects. It uses a fixed set of buckets. Each bucket contains an overflow chain of elements.
For more information, see in the Language Reference Guide: HashTable Class.
Last modified date: 12/20/2023