Module openj9.dtfj

Class ObjectMap

java.lang.Object
com.ibm.dtfj.corereaders.zos.util.AbstractHashMap
com.ibm.dtfj.corereaders.zos.util.ObjectMap
All Implemented Interfaces:
Serializable

public final class ObjectMap extends AbstractHashMap
This is a simple class to map an integer key to an object value. It has a smaller footprint than the various standard Java classes owing to the use of open addressing (see description of AbstractHashMap).
See Also: