Uses of Class
org.apache.commons.collections4.keyvalue.AbstractMapEntry
Packages that use AbstractMapEntry
Package
Description
Implements collection and map related key/value classes.
Implements the
MultiValuedMap interfaces.-
Uses of AbstractMapEntry in org.apache.commons.collections4.keyvalue
Subclasses of AbstractMapEntry in org.apache.commons.collections4.keyvalueModifier and TypeClassDescriptionfinal classDefaultMapEntry<K,V> final classUnmodifiableMapEntry<K,V> AMap.Entrythat throws UnsupportedOperationException whensetValueis called. -
Uses of AbstractMapEntry in org.apache.commons.collections4.map
Subclasses of AbstractMapEntry in org.apache.commons.collections4.mapModifier and TypeClassDescription(package private) static class -
Uses of AbstractMapEntry in org.apache.commons.collections4.multimap
Subclasses of AbstractMapEntry in org.apache.commons.collections4.multimapModifier and TypeClassDescriptionprivate final classInner class for MultiValuedMap Entries.