| Package | Description |
|---|---|
| org.apache.commons.collections4.keyvalue |
This package contains implementations of collection and map related key/value classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapEntry<K
Abstract Pair class to assist with creating correct
Map.Entry implementations.
|
class |
DefaultKeyValue<K
A mutable
KeyValue pair that does not implement
Map.Entry.
|
class |
DefaultMapEntry<K
|
class |
UnmodifiableMapEntry<K
A
Map.Entry that throws UnsupportedOperationException when
setValue is called.
|