IntHashTableThreadedDoc.tioga
Bertrand Serlet, August 1, 1985 11:19:59 am PDT
Spreitzer, February 5, 1986 4:58:14 pm PST
IntHashTable
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
IntHashTable
Mike Spreitzer
© Copyright 1985 Xerox Corporation. All rights reserved.
Abstract: An IntHashTable represents a variable function from INT to REF ANY. The implementation is a re-hash table, with the bucket links threaded through the values.
Created by: Mike Spreitzer, mostly stolen from HashTable
Maintained by: Mike Spreitzer <Spreitzer.pa>
Keywords: Hash, Re-Hash, INT, Table, Function, Mapping, Collection, Set