Interface IVector<T extends @Nullable Object>
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
SimpleVector
,SparseVector
,TwoLevelVector
simple interface for a vector.
TODO: get rid of this and use java.util.collection.RandomAccess
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
get
- See Also:
-
set
-
performVerboseAction
void performVerboseAction()- See Also:
-
getMaxIndex
int getMaxIndex()- Returns:
- max i s.t get(i) != null
-