Uses of Class
org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Packages that use AbstractKeyValue Package Description org.apache.commons.collections4.keyvalue This package contains implementations of collection and map related key/value classes.org.apache.commons.collections4.map -
-
Uses of AbstractKeyValue in org.apache.commons.collections4.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections4.keyvalue Modifier and Type Class Description classAbstractMapEntry<K,V>Abstract Pair class to assist with creating correctMap.Entryimplementations.classDefaultKeyValue<K,V>A mutableKeyValuepair that does not implementMap.Entry.classDefaultMapEntry<K,V>classUnmodifiableMapEntry<K,V>AMap.Entrythat throws UnsupportedOperationException whensetValueis called. -
Uses of AbstractKeyValue in org.apache.commons.collections4.map
Subclasses of AbstractKeyValue in org.apache.commons.collections4.map Modifier and Type Class Description (package private) static classListOrderedMap.ListOrderedMapEntry<K,V>
-