Interface IVector<T extends @Nullable Object>
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
SimpleVector, SparseVector, TwoLevelVector
-
Method Summary
Methods inherited from interface 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
-