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.org.apache.commons.collections4.map org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces. -
-
Uses of AbstractMapEntry in org.apache.commons.collections4.keyvalue
Subclasses of AbstractMapEntry in org.apache.commons.collections4.keyvalue Modifier and Type Class Description classDefaultMapEntry<K,V>A restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.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.map Modifier and Type Class Description (package private) static classListOrderedMap.ListOrderedMapEntry<K,V> -
Uses of AbstractMapEntry in org.apache.commons.collections4.multimap
Subclasses of AbstractMapEntry in org.apache.commons.collections4.multimap Modifier and Type Class Description private classAbstractMultiValuedMap.MultiValuedMapEntryInner class for MultiValuedMap Entries.
-