Uses of Class
org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Packages that use AbstractKeyValue Package Description 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 Modifier and Type Class Description protected static class
BeanMap.MyMapEntry
Deprecated.Map entry used byBeanMap
. -
Uses of AbstractKeyValue in org.apache.commons.collections.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections.keyvalue Modifier and Type Class Description class
AbstractMapEntry
Abstract Pair class to assist with creating correctMap.Entry
implementations.class
DefaultKeyValue
A mutableKeyValue
pair that does not implementMap.Entry
.class
DefaultMapEntry
A restricted implementation ofMap.Entry
that prevents theMap.Entry
contract from being broken.class
UnmodifiableMapEntry
AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.
-