Uses of Class
org.apache.commons.collections4.keyvalue.AbstractKeyValue
Packages that use AbstractKeyValue
Package
Description
Implements collection and map related key/value classes.
-
Uses of AbstractKeyValue in org.apache.commons.collections4.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections4.keyvalueModifier and TypeClassDescriptionclass
AbstractMapEntry<K,
V> Abstract Pair class to assist with creating correctMap.Entry
implementations.class
DefaultKeyValue<K,
V> A mutableKeyValue
pair that does not implementMap.Entry
.final class
DefaultMapEntry<K,
V> final class
UnmodifiableMapEntry<K,
V> AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.