Uses of Class
org.apache.commons.collections.keyvalue.AbstractMapEntry
-
Packages that use AbstractMapEntry Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections.keyvalue This package contains implementations of collection and map related key/value classes.org.apache.commons.collections.map -
-
Uses of AbstractMapEntry in org.apache.commons.collections
Subclasses of AbstractMapEntry in org.apache.commons.collections Modifier and Type Class Description protected static classBeanMap.MyMapEntryDeprecated.Map entry used byBeanMap. -
Uses of AbstractMapEntry in org.apache.commons.collections.keyvalue
Subclasses of AbstractMapEntry in org.apache.commons.collections.keyvalue Modifier and Type Class Description classDefaultMapEntryA restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.classUnmodifiableMapEntryAMap.Entrythat throws UnsupportedOperationException whensetValueis called. -
Uses of AbstractMapEntry in org.apache.commons.collections.map
Subclasses of AbstractMapEntry in org.apache.commons.collections.map Modifier and Type Class Description (package private) static classListOrderedMap.ListOrderedMapEntry
-