private class SimpleIndexHashMapWrapper.ValueContainer<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private K |
key |
private V |
value |
| Constructor and Description |
|---|
ValueContainer(int index,
K key,
V value) |