public class Index<K,V>
extends java.util.HashMap<K,V>
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
K |
getKeyForThisValue(java.lang.String value)
This method returns the key associated with this value.
|
V |
put(K key,
V value) |
V |
remove(java.lang.Object key) |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values