I - K - V - public class IndexedHashMap<I,K,V>
extends java.util.LinkedHashMap<K,V>
| Constructor and Description |
|---|
IndexedHashMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object key) |
V |
getIndexed(I idx) |
V |
put(I idx,
K key,
V value) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values