Map<K,V>OptionMap, Profile, Profile.Section, Registry, Registry.KeyBasicMultiMap, BasicOptionMap, BasicProfile, BasicRegistry, CommonMultiMap, Ini, Options, Reg, Winipublic interface MultiMap<K,V> extends Map<K,V>
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(K key,
V value) |
|
void |
add(K key,
V value,
int index) |
|
V |
get(Object key,
int index) |
|
List<V> |
getAll(Object key) |
|
int |
length(Object key) |
|
V |
put(K key,
V value,
int index) |
|
List<V> |
putAll(K key,
List<V> values) |
|
V |
remove(Object key,
int index) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesint length(Object key)