Uses of Class
org.apache.commons.collections4.keyvalue.AbstractKeyValue
Package
Description
Implements collection and map related key/value classes.
-
Uses of AbstractKeyValue in org.apache.commons.collections4.keyvalue
Modifier 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.