public class MultiMap extends LinkedHashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiMap()
Deprecated.
//////////////////////////////////////////////
|
MultiMap(int size)
Deprecated.
//////////////////////////////////////////////
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key,
Object value)
Deprecated.
HELL.
|
Iterator |
iterator(String key)
Deprecated.
HELL.
|
Object |
put(Object key,
Object value)
Deprecated.
|
void |
putAll(Map t)
Deprecated.
|
boolean |
remove(Object key,
Object value)
Deprecated.
DOCUMENT ME!
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, sizepublic MultiMap()
public MultiMap(int size)
size - sizepublic void putAll(Map t)
public boolean contains(Object key, Object value)
key - key for he given valuevalue - value for the given keypublic Iterator iterator(String key)
key - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.