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:
performVerboseActionin interfaceIVector<T>- See Also:
-
iterator
-
getMaxIndex
public int getMaxIndex()- Specified by:
getMaxIndexin interfaceIVector<T>- Returns:
- max i s.t get(i) != null
-