Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
org.apache.commons.collections.map |
Modifier and Type | Class and Description |
---|---|
class |
MultiHashMap
Deprecated.
Class now available as MultiValueMap in map subpackage.
This version is due to be removed in collections v4.0.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiValueMap
A MultiValueMap decorates another map, allowing it to have
more than one value for a key.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.