public class LimitedValueIntStore extends Object
| Constructor and Description |
|---|
LimitedValueIntStore(int maxValue,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(int index,
int value) |
int |
create() |
void |
dispose(int index) |
int[] |
get(int index) |