- java.lang.Object
-
- com.ibm.j9ddr.corereaders.tdump.zebedee.util.AbstractHashMap
-
- com.ibm.j9ddr.corereaders.tdump.zebedee.util.IntegerSet
-
- All Implemented Interfaces:
Serializable
public final class IntegerSet extends AbstractHashMap
This is a lightweight class to hold a set of integer values.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegerSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long key)Add the key to the set.booleancontains(long key)intmemoryUsage()voidremove(long key)Remove the key from the set.-
Methods declared in class com.ibm.j9ddr.corereaders.tdump.zebedee.util.AbstractHashMap
getKeys, getKeysArray, size
-
-