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 org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMap
interfaces. -
-
Uses of AbstractKeyValue in org.apache.commons.collections4.keyvalue
Subclasses of AbstractKeyValue in org.apache.commons.collections4.keyvalue Modifier and Type Class Description class
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
.class
DefaultMapEntry<K,V>
A restricted implementation ofMap.Entry
that prevents theMap.Entry
contract from being broken.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.map Modifier and Type Class Description (package private) static class
ListOrderedMap.ListOrderedMapEntry<K,V>
-
Uses of AbstractKeyValue in org.apache.commons.collections4.multimap
Subclasses of AbstractKeyValue in org.apache.commons.collections4.multimap Modifier and Type Class Description private class
AbstractMultiValuedMap.MultiValuedMapEntry
Inner class for MultiValuedMap Entries.
-