Package | Description |
---|---|
org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
Modifier and Type | Method and Description |
---|---|
static <K,V> UnmodifiableMultiValuedMap<K,V> |
UnmodifiableMultiValuedMap.unmodifiableMultiValuedMap(MultiValuedMap<? extends K,? extends V> map)
Factory method to create an unmodifiable MultiValuedMap.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.