public class SparseLongIntVector extends Object
This should only be used for small sets ... insertion and deletion are linear in size of set.
In this optimizations, the indices are longs.
| Constructor and Description |
|---|
SparseLongIntVector(int defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(long x) |
void |
performVerboseAction() |
void |
set(long x,
int value) |
public int get(long x)
IntVector.get(int)public void set(long x,
int value)
public void performVerboseAction()
VerboseAction.performVerboseAction()