Class TwoLevelIntVector
java.lang.Object
com.ibm.wala.util.intset.TwoLevelIntVector
- All Implemented Interfaces:
IntVector
,Serializable
an int vector implementation which delegates to pages of int vectors.
- See Also:
-
Method Details
-
get
-
set
-
performVerboseAction
public void performVerboseAction()- See Also:
-
getMaxIndex
public int getMaxIndex()- Specified by:
getMaxIndex
in interfaceIntVector
- Returns:
- max i s.t set(i) was called.
-