Uses of Class
com.ibm.dtfj.corereaders.zos.util.AbstractHashMap
-
Packages that use AbstractHashMap Package Description com.ibm.dtfj.corereaders.zos.util -
-
Uses of AbstractHashMap in com.ibm.dtfj.corereaders.zos.util
Subclasses of AbstractHashMap in com.ibm.dtfj.corereaders.zos.util Modifier and Type Class Description class
AbstractLruCache
This class is the superclass of the LRU cache classes.class
IntegerMap
This is a simple class to map one integer to another but without the overhead of using a Hashtable.class
ObjectLruCache
This class provides an LRU (Least Recently Used) cache which maps integer keys to object values.class
ObjectMap
This is a simple class to map an integer key to an object value.
-