Package com.ibm.wala.util.intset
Interface IntVector
-
- All Known Implementing Classes:
MultiModalIntVector,Path,SimpleIntVector,SparseIntVector,TunedSimpleIntVector,TwoLevelIntVector
public interface IntVectorinterface for array of integer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intget(int x)intgetMaxIndex()voidset(int x, int value)
-