Module openj9.dtfj

Class AbstractHashMap

java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.util.AbstractHashMap
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractLruCache, IntegerMap, IntegerSet, ObjectMap

public abstract class AbstractHashMap extends Object implements Serializable
This is the superclass of a variety of subclasses which provide hash map functionality using integer keys rather than objects. This class uses open addressing with double hashing and has a reasonably small footprint.
See Also: