Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.util.AbstractHashMap
Packages that use AbstractHashMap
-
Uses of AbstractHashMap in com.ibm.j9ddr.corereaders.tdump.zebedee.util
Subclasses of AbstractHashMap in com.ibm.j9ddr.corereaders.tdump.zebedee.utilModifier and TypeClassDescriptionclassThis class is the superclass of the LRU cache classes.final classThis class provides an LRU (Least Recently Used) cache which maps integer keys to int values.final classThis is a simple class to map one integer to another but without the overhead of using a Hashtable.final classThis is a lightweight class to hold a set of integer values.final classThis class provides an LRU (Least Recently Used) cache which maps integer keys to object values.final classThis is a simple class to map an integer key to an object value.