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