| Constructor and Description |
|---|
SimpleVector() |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int x) |
int |
getMaxIndex() |
Iterator<T> |
iterator() |
void |
performVerboseAction() |
void |
set(int x,
T value)
TODO: this can be optimized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic T get(int x)
get in interface IVector<T>IntVector.get(int)public void set(int x,
T value)
IVectorset in interface IVector<T>IntVector.set(int, int)public void performVerboseAction()
performVerboseAction in interface IVector<T>VerboseAction.performVerboseAction()public int getMaxIndex()
getMaxIndex in interface IVector<T>