Module openj9.dtfj
Package com.ibm.dtfj.corereaders.zos.util
-
Interface Summary Interface Description 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. -
Class Summary 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.BitStream This class provides a mechanism for writing and reading numbers in a bit stream.CharConversion This class provides some handy character conversion methodsClib This class provides a low level interface to some of the z/OS C library.CompressedRecordArray This class represents an array of records which are stored in a compressed format whilst still allowing random access to them.IntegerMap This is a simple class to map one integer to another but without the overhead of using a Hashtable.ObjectLruCache This class provides an LRU (Least Recently Used) cache which maps integer keys to object values.ObjectMap This is a simple class to map an integer key to an object value.