public class SimpleIntVector extends Object implements IntVector, Serializable
Constructor and Description |
---|
SimpleIntVector(int defaultValue) |
SimpleIntVector(int defaultValue,
int initialSize) |
Modifier and Type | Method and Description |
---|---|
int |
get(int x) |
int |
getMaxIndex() |
void |
performVerboseAction() |
void |
set(int x,
int value) |
public SimpleIntVector(int defaultValue)
public SimpleIntVector(int defaultValue, int initialSize)
public void performVerboseAction()
public int getMaxIndex()
getMaxIndex
in interface IntVector