| 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.
|
| Emulator |
This interface represents a zSeries emulator.
|
| Emulator.BranchTraceListener |
This interface is implemented by users who want to receive branch trace events.
|
| Emulator.CallbackFunction |
Call back interface used by Emulator to call user registered function.
|
| Emulator.FunctionReplacer |
|
| Emulator.ImageSpace |
This interface represents a mutable address space.
|
| Emulator.Instruction |
The base class of all instructions.
|
| Emulator.TraceListener |
This interface is implemented by users who want to receive trace events.
|
| 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.
|
| InvalidTemplateFile |
This exception is thrown when the xml for a template is invalid.
|
| NullIterator |
This class provides an empty iterator with no elements.
|
| PrimitiveArray |
Superclass of IntegerArray and LongArray
|
| ProgressMeter |
This class is used to provide feedback on progress for long running (eg greater than one
second) tasks.
|
| SortListener |
|
| Template |
This class represents a single template as defined in a template xml file.
|
| TemplateField |
This class represents one field of a template.
|