Uses of Class
org.apache.commons.collections.keyvalue.AbstractKeyValue
Packages that use AbstractKeyValue
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
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 -
Uses of AbstractKeyValue in org.apache.commons.collections.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections.keyvalueModifier and TypeClassDescriptionclass
Abstract Pair class to assist with creating correctMap.Entry
implementations.class
A mutableKeyValue
pair that does not implementMap.Entry
.final class
A restricted implementation ofMap.Entry
that prevents theMap.Entry
contract from being broken.final class
AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.