JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
OpenJ9 JDK 23
openj9.dtfj
com.ibm.dtfj.corereaders.zos.util
Uses of Package
com.ibm.dtfj.corereaders.zos.util
Packages that use
com.ibm.dtfj.corereaders.zos.util
Package
Description
com.ibm.dtfj.corereaders.zos.dumpreader
com.ibm.dtfj.corereaders.zos.util
Classes in
com.ibm.dtfj.corereaders.zos.util
used by
com.ibm.dtfj.corereaders.zos.dumpreader
Class
Description
IntegerMap
This is a simple class to map one integer to another but without the overhead of using a Hashtable.
Classes in
com.ibm.dtfj.corereaders.zos.util
used by
com.ibm.dtfj.corereaders.zos.util
Class
Description
AbstractHashMap
This is the superclass of a variety of subclasses which provide hash map functionality using integer keys rather than objects.
AbstractLruCache
This class is the superclass of the LRU cache classes.
IntEnumeration
This interface is just like that of java.util.Enumeration except that it adds the ability to enumerate integer values rather than incur the overhead of allocating Integer objects.