DSHashTable


Abstract: Single-threaded generic HashTable implementation.

HashTable implements an efficient in-memory HashTable structure that can be used on both string and integer keys, with pointer and integer values. You should use this HashTable class for data that needs time-critical access.

Generated with HeaderDoc - © 2000 Apple Computer, Inc. — (Last Updated 9/29/2003)