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 classAbstractLruCacheThis class is the superclass of the LRU cache classes.classIntegerMapThis is a simple class to map one integer to another but without the overhead of using a Hashtable.classObjectLruCacheThis class provides an LRU (Least Recently Used) cache which maps integer keys to object values.classObjectMapThis is a simple class to map an integer key to an object value.
-