Uses of Class
org.apache.commons.collections4.keyvalue.AbstractKeyValue
Packages that use AbstractKeyValue
Package
Description
This package contains implementations of collection and map related key/value classes.
This package contains implementations of the
MultiValuedMap
interfaces.-
Uses of AbstractKeyValue in org.apache.commons.collections4.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections4.keyvalueModifier and TypeClassDescriptionclass
AbstractMapEntry<K,
V> Abstract Pair class to assist with creating correctMap.Entry
implementations.class
DefaultKeyValue<K,
V> A mutableKeyValue
pair that does not implementMap.Entry
.final class
DefaultMapEntry<K,
V> final class
UnmodifiableMapEntry<K,
V> AMap.Entry
that throws UnsupportedOperationException whensetValue
is called. -
Uses of AbstractKeyValue in org.apache.commons.collections4.map
Subclasses of AbstractKeyValue in org.apache.commons.collections4.mapModifier and TypeClassDescription(package private) static class
-
Uses of AbstractKeyValue in org.apache.commons.collections4.multimap
Subclasses of AbstractKeyValue in org.apache.commons.collections4.multimapModifier and TypeClassDescriptionprivate class
Inner class for MultiValuedMap Entries.