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>
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.collection.MultiMapMultiMap.ListBased<K,V>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.util.Map<K,V>>createDelegates()protected java.util.Map<K,V>doGetDelegate(int index)intgetDelegateCount()java.util.List<java.util.Map<K,V>>getDelegates()voidsetDelegates(java.util.List<java.util.Map<K,V>> delegates)- 
Methods inherited from class org.eclipse.net4j.util.collection.MultiMapclear, containsKey, containsKey, containsValue, entrySet, get, getDelegate, isEmpty, keySet, put, putAll, remove, size, values
 
- 
 
- 
- 
- 
Method Detail- 
getDelegateCountpublic int getDelegateCount() - Specified by:
- getDelegateCountin class- MultiMap<K,V>
 
 - 
doGetDelegateprotected java.util.Map<K,V> doGetDelegate(int index) - Specified by:
- doGetDelegatein class- MultiMap<K,V>
 
 
- 
 
-