| Frames | No Frames |
Classes implementing org.apache.commons.collections.KeyValue | |
| class | Map entry used by BeanMap. |
| class | A default implementation of java.util.Map.Entry
|
Classes implementing org.apache.commons.collections.KeyValue | |
| class | Inner class MapEntry. |
Classes implementing org.apache.commons.collections.KeyValue | |
| class | Abstract pair class to assist with creating KeyValue and MapEntry implementations. |
| class | Abstract Pair class to assist with creating correct Map Entry implementations. |
| class | Provides a base decorator that allows additional functionality to be added
to a Map Entry. |
| class | A mutable KeyValue pair that does not implement MapEntry. |
| class | A restricted implementation of java.util.Map.Entry that prevents
the MapEntry contract from being broken. |
| class | A Map Entry tied to a map underneath. |
| class | A java.util.Map.Entry that throws UnsupportedOperationException
when setValue is called. |
Constructors with parameter type org.apache.commons.collections.KeyValue | |
Constructs a new pair from the specified KeyValue. | |
Constructs a new entry from the specified KeyValue. | |
Constructs a new entry from the specified KeyValue. | |
Classes implementing org.apache.commons.collections.KeyValue | |
| class | HashEntry used to store the data. |
| class | LinkEntry that stores the data. |
| class | A MapEntry implementation for the map. |
| class | HashEntry
|
| class | A Map implementation that holds a single item and is fixed size. |
Constructors with parameter type org.apache.commons.collections.KeyValue | |
Constructor specifying the key and value as a KeyValue. | |