|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractKeyValue | |
---|---|
org.apache.commons.collections | This package contains the interfaces and utilities shared across all the subpackages of this component. |
org.apache.commons.collections.keyvalue | This package contains implementations of collection and map related key/value classes. |
Uses of AbstractKeyValue in org.apache.commons.collections |
---|
Subclasses of AbstractKeyValue in org.apache.commons.collections | |
---|---|
protected static class |
BeanMap.MyMapEntry
Map entry used by BeanMap . |
Uses of AbstractKeyValue in org.apache.commons.collections.keyvalue |
---|
Subclasses of AbstractKeyValue in org.apache.commons.collections.keyvalue | |
---|---|
class |
AbstractMapEntry<K,V>
Abstract Pair class to assist with creating correct Map Entry implementations. |
class |
DefaultKeyValue<K,V>
A mutable KeyValue pair that does not implement MapEntry. |
class |
DefaultMapEntry<K,V>
A restricted implementation of Map.Entry that prevents
the MapEntry contract from being broken. |
class |
UnmodifiableMapEntry<K,V>
A Map.Entry that throws UnsupportedOperationException
when setValue is called. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |