Package | Description |
---|---|
org.apache.commons.collections4.keyvalue |
This package contains implementations of collection and map related key/value classes.
|
org.apache.commons.collections4.map | |
org.apache.commons.collections4.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapEntry<K,V>
A restricted implementation of
Map.Entry that prevents
the Map.Entry contract from being broken. |
class |
UnmodifiableMapEntry<K,V>
A
Map.Entry that throws
UnsupportedOperationException when setValue is called. |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ListOrderedMap.ListOrderedMapEntry<K,V> |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractMultiValuedMap.MultiValuedMapEntry
Inner class for MultiValuedMap Entries.
|