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