public interface IVector<T> extends Iterable<T>
TODO: get rid of this and use java.util.collection.RandomAccess
| 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, spliteratorT get(int x)
void set(int x,
T value)
IntVector.set(int, int)void performVerboseAction()
int getMaxIndex()