Uses of Class
org.apache.commons.collections4.keyvalue.AbstractMapEntry
Package
Description
Implements collection and map related key/value classes.
-
Uses of AbstractMapEntry in org.apache.commons.collections4.keyvalue
Modifier and TypeClassDescriptionfinal class
DefaultMapEntry<K,
V> final class
UnmodifiableMapEntry<K,
V> AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.