Multimap interface.See: Description
| Class | Description |
|---|---|
| AbstractImmutableMultimap<K,V,C extends org.eclipse.collections.api.collection.ImmutableCollection<V>> | |
| AbstractMultimap<K,V,C extends org.eclipse.collections.api.RichIterable<V>> | |
| AbstractMutableMultimap<K,V,C extends org.eclipse.collections.api.collection.MutableCollection<V>> | |
| AbstractSynchronizedPutMultimap<K,V,C extends org.eclipse.collections.api.collection.MutableCollection<V>> | |
| ImmutableMultimapSerializationProxy<K,V,R extends org.eclipse.collections.api.RichIterable<V>> |
Multimap interface.
A Multimap is a type of Map that can associate multiple values for keys.
Copyright © 2004–2017. All rights reserved.