Package com.ibm.wala.util.intset
Class MultiModalIntVector
java.lang.Object
com.ibm.wala.util.intset.MultiModalIntVector
- All Implemented Interfaces:
IntVector
an implementation of
IntVector that uses a mix of backing arrays of type int, char, and byte array, in an attempt to save
space for common data structures.-
Constructor Summary
ConstructorsConstructorDescriptionMultiModalIntVector(int defaultValue) MultiModalIntVector(int defaultValue, int initialSize) -
Method Summary
-
Constructor Details
-
MultiModalIntVector
public MultiModalIntVector(int defaultValue) -
MultiModalIntVector
public MultiModalIntVector(int defaultValue, int initialSize)
-
-
Method Details