Module openj9.dtfj

Class IntegerArray

java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.util.PrimitiveArray
com.ibm.j9ddr.corereaders.tdump.zebedee.util.IntegerArray
All Implemented Interfaces:
SortListener, Serializable

public final class IntegerArray extends PrimitiveArray
Useful utility class that just implements an array of integers that can be sorted. One main use is for mapping integer addresses to objects without the huge overhead of a Hashtable. The key to the usefulness is in the SortListener object that gets sorted along with this object.
See Also: