Package com.ibm.wala.util.intset
Interface IntVector
- All Known Implementing Classes:
MultiModalIntVector,Path,SimpleIntVector,SparseIntVector,TunedSimpleIntVector,TwoLevelIntVector
public interface IntVector
interface for array of integer
-
Method Summary
-
Method Details
-
get
int get(int x) -
set
void set(int x, int value) -
getMaxIndex
int getMaxIndex()- Returns:
- max i s.t set(i) was called.
-