Uses of Class
org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Packages that use AbstractKeyValue Package Description org.apache.commons.collections4.keyvalue This package contains implementations of collection and map related key/value classes. -
-
Uses of AbstractKeyValue in org.apache.commons.collections4.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections4.keyvalue Modifier and Type Class Description class
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
.class
DefaultMapEntry<K,V>
class
UnmodifiableMapEntry<K,V>
AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.
-