|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiMap | |
---|---|
org.apache.commons.collections15 | This package contains the interfaces and utilities shared across all the subpackages of this component. |
org.apache.commons.collections15.multimap |
Uses of MultiMap in org.apache.commons.collections15 |
---|
Methods in org.apache.commons.collections15 with parameters of type MultiMap | |
---|---|
void |
MultiMap.putAll(MultiMap<? extends K,? extends V> t)
Copies all of the mappings from the specified multimap to this multimap (optional operation). |
Uses of MultiMap in org.apache.commons.collections15.multimap |
---|
Classes in org.apache.commons.collections15.multimap that implement MultiMap | |
---|---|
class |
MultiHashMap<K,V>
MultiHashMap is the default implementation of the
MultiMap interface. |
Methods in org.apache.commons.collections15.multimap with parameters of type MultiMap | |
---|---|
void |
MultiHashMap.putAll(MultiMap<? extends K,? extends V> map)
|
Constructors in org.apache.commons.collections15.multimap with parameters of type MultiMap | |
---|---|
MultiHashMap(MultiMap<K,V> mapToCopy)
Constructor that copies the input MultiMap creating an independent copy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |