Uses of Interface
org.apache.commons.collections4.KeyValue
Packages that use KeyValue
Package
Description
This package contains implementations of collection and map related key/value classes.
This package contains implementations of the
MultiValuedMap interfaces.-
Uses of KeyValue in org.apache.commons.collections4.bidimap
Classes in org.apache.commons.collections4.bidimap that implement KeyValueModifier and TypeClassDescriptionprotected static classInner class MapEntry.(package private) static classTreeBidiMap.Node<K extends Comparable<K>,V extends Comparable<V>> A node used to store the data. -
Uses of KeyValue in org.apache.commons.collections4.keyvalue
Classes in org.apache.commons.collections4.keyvalue that implement KeyValueModifier and TypeClassDescriptionclassAbstractKeyValue<K,V> Abstract pair class to assist with creatingKeyValueandMap.Entryimplementations.classAbstractMapEntry<K,V> Abstract Pair class to assist with creating correctMap.Entryimplementations.classProvides a base decorator that allows additional functionality to be added to aMap.Entry.classDefaultKeyValue<K,V> A mutableKeyValuepair that does not implementMap.Entry.final classDefaultMapEntry<K,V> classTiedMapEntry<K,V> AMap.Entrytied to a map underneath.final classUnmodifiableMapEntry<K,V> AMap.Entrythat throws UnsupportedOperationException whensetValueis called.Constructors in org.apache.commons.collections4.keyvalue with parameters of type KeyValueModifierConstructorDescriptionDefaultKeyValue(KeyValue<? extends K, ? extends V> pair) Constructs a new pair from the specifiedKeyValue.DefaultMapEntry(KeyValue<? extends K, ? extends V> pair) Constructs a new entry from the specifiedKeyValue.UnmodifiableMapEntry(KeyValue<? extends K, ? extends V> pair) Constructs a new entry from the specifiedKeyValue. -
Uses of KeyValue in org.apache.commons.collections4.map
Classes in org.apache.commons.collections4.map that implement KeyValueModifier and TypeClassDescriptionprotected static classHashEntry used to store the data.private classImplementation of a map entry that checks additions via setValue.protected static classLinkEntry that stores the data.protected static classA MapEntry implementation for the map.(package private) static classclassSingletonMap<K,V> AMapimplementation that holds a single item and is fixed size.private static final classStaticBucketMap.Node<K,V> The Map.Entry for the StaticBucketMap.private classImplementation of a map entry that is unmodifiable.Constructors in org.apache.commons.collections4.map with parameters of type KeyValueModifierConstructorDescriptionSingletonMap(KeyValue<K, V> keyValue) Constructor specifying the key and value as aKeyValue. -
Uses of KeyValue in org.apache.commons.collections4.multimap
Classes in org.apache.commons.collections4.multimap that implement KeyValueModifier and TypeClassDescriptionprivate classInner class for MultiValuedMap Entries.