Class MultiMap.ListBased<K,V>
java.lang.Object
org.eclipse.net4j.util.collection.MultiMap<K,V>
org.eclipse.net4j.util.collection.MultiMap.ListBased<K,V>
- All Implemented Interfaces:
Map<K,
V>
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.net4j.util.collection.MultiMap
MultiMap.ListBased<K,
V> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoGetDelegate
(int index) int
void
setDelegates
(List<Map<K, V>> delegates) Methods inherited from class org.eclipse.net4j.util.collection.MultiMap
clear, containsKey, containsKey, containsValue, entrySet, get, getDelegate, isEmpty, keySet, put, putAll, remove, 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
-
ListBased
public ListBased() -
ListBased
-
-
Method Details
-
getDelegates
-
setDelegates
-
getDelegateCount
public int getDelegateCount()- Specified by:
getDelegateCount
in classMultiMap<K,
V>
-
doGetDelegate
- Specified by:
doGetDelegate
in classMultiMap<K,
V>
-
createDelegates
-