| Package | Description |
|---|---|
| org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
HashSetValuedHashMap<K,V>
Implements a
SetValuedMap, using a HashMap to provide data
storage and HashSets as value collections. |