Class SimpleIntVector
java.lang.Object
com.ibm.wala.util.intset.SimpleIntVector
- All Implemented Interfaces:
IntVector
,Serializable
- Direct Known Subclasses:
Path
,TunedSimpleIntVector
simple implementation of IntVector
- See Also:
-
Constructor Summary
ConstructorDescriptionSimpleIntVector
(int defaultValue) SimpleIntVector
(int defaultValue, int initialSize) -
Method Summary
-
Constructor Details
-
SimpleIntVector
public SimpleIntVector(int defaultValue) -
SimpleIntVector
public SimpleIntVector(int defaultValue, int initialSize)
-
-
Method Details
-
get
-
set
-
performVerboseAction
public void performVerboseAction() -
getMaxIndex
public int getMaxIndex()- Specified by:
getMaxIndex
in interfaceIntVector
- Returns:
- max i s.t set(i) was called.
-