Package com.ibm.wala.util.intset
Class TwoLevelIntVector
- java.lang.Object
-
- com.ibm.wala.util.intset.TwoLevelIntVector
-
- All Implemented Interfaces:
IntVector
,Serializable
public class TwoLevelIntVector extends Object implements IntVector, Serializable
an int vector implementation which delegates to pages of int vectors.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get(int x)
int
getMaxIndex()
void
performVerboseAction()
void
set(int x, int value)
-
-
-
Method Detail
-
performVerboseAction
public void performVerboseAction()
-
getMaxIndex
public int getMaxIndex()
- Specified by:
getMaxIndex
in interfaceIntVector
- Returns:
- max i s.t set(i) was called.
-
-