Class SimpleVector<T>
java.lang.Object
com.ibm.wala.util.collections.SimpleVector<T>
-
Constructor Details
-
SimpleVector
public SimpleVector()
-
-
Method Details
-
get
-
set
-
performVerboseAction
public void performVerboseAction()- Specified by:
performVerboseAction
in interfaceIVector<T>
- See Also:
-
iterator
-
getMaxIndex
public int getMaxIndex()- Specified by:
getMaxIndex
in interfaceIVector<T>
- Returns:
- max i s.t get(i) != null
-