public interface IVector<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
T |
get(int x) |
int |
getMaxIndex() |
void |
performVerboseAction() |
void |
set(int x,
T value)
TODO: this can be optimized
|
forEach, iterator, spliterator
T get(int x)
void set(int x, T value)
IntVector.set(int, int)
void performVerboseAction()
int getMaxIndex()