Module openj9.dtfj

Package com.ibm.dtfj.corereaders.zos.util


package com.ibm.dtfj.corereaders.zos.util
  • Class
    Description
    This is the superclass of a variety of subclasses which provide hash map functionality using integer keys rather than objects.
    This class is the superclass of the LRU cache classes.
    This class provides a mechanism for writing and reading numbers in a bit stream.
    This class provides some handy character conversion methods
    This class provides a low level interface to some of the z/OS C library.
    This class represents an array of records which are stored in a compressed format whilst still allowing random access to them.
    This is a simple class to map one integer to another but without the overhead of using a Hashtable.
    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.
    This class provides an LRU (Least Recently Used) cache which maps integer keys to object values.
    This is a simple class to map an integer key to an object value.