public class IndexMap
extends java.util.HashMap<java.lang.Integer,java.lang.Long>
| Constructor and Description |
|---|
IndexMap() |
| Modifier and Type | Method and Description |
|---|---|
IndexMap |
bind(int index,
int indexValue)
Bind
index to indexValue. |
IndexMap |
bind(int index,
long indexValue)
Bind
index to indexValue. |