Uses of Class
org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Packages that use AbstractKeyValue 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 AbstractKeyValue in org.apache.commons.collections
Subclasses of AbstractKeyValue in org.apache.commons.collections Modifier and Type Class Description protected static classBeanMap.MyMapEntryDeprecated.Map entry used byBeanMap. -
Uses of AbstractKeyValue in org.apache.commons.collections.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections.keyvalue Modifier and Type Class Description classAbstractMapEntryAbstract Pair class to assist with creating correctMap.Entryimplementations.classDefaultKeyValueA mutableKeyValuepair that does not implementMap.Entry.classDefaultMapEntryA restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.classUnmodifiableMapEntryAMap.Entrythat throws UnsupportedOperationException whensetValueis called. -
Uses of AbstractKeyValue in org.apache.commons.collections.map
Subclasses of AbstractKeyValue in org.apache.commons.collections.map Modifier and Type Class Description (package private) static classListOrderedMap.ListOrderedMapEntry
-