Class MultiMap<K,V>
java.lang.Object
org.eclipse.net4j.util.collection.MultiMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
- Direct Known Subclasses:
MultiMap.ListBased
- Author:
- Eike Stepper
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) protected boolean
containsKey
(Object key, int delegateCount) boolean
containsValue
(Object value) doGetDelegate
(int index) entrySet()
getDelegate
(int index) abstract int
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MultiMap
public MultiMap()
-
-
Method Details
-
getDelegateCount
public abstract int getDelegateCount() -
getDelegate
-
clear
public void clear() -
put
-
putAll
-
remove
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V> - Category
- READ
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V> - Category
- READ
-
get
-
size
public int size() -
isEmpty
public boolean isEmpty() -
entrySet
-
keySet
-
values
-
containsKey
-
doGetDelegate
-