Uses of Interface
org.apache.commons.collections.KeyValue
Packages that use KeyValue
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of collection and map related key/value classes.
-
Uses of KeyValue in org.apache.commons.collections
Classes in org.apache.commons.collections that implement KeyValueModifier and TypeClassDescriptionprotected static classDeprecated.Map entry used byBeanMap.classDeprecated.Use the version in the keyvalue subpackage.private static final classDeprecated.private classDeprecated.private static classDeprecated.Map.Entrythat doubles as a node in the linked list of sequenced mappings.private static final classDeprecated.The Map.Entry for the StaticBucketMap. -
Uses of KeyValue in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement KeyValueModifier and TypeClassDescriptionprotected static classInner class MapEntry.(package private) static classA node used to store the data. -
Uses of KeyValue in org.apache.commons.collections.keyvalue
Classes in org.apache.commons.collections.keyvalue that implement KeyValueModifier and TypeClassDescriptionclassAbstract pair class to assist with creatingKeyValueandMap.Entryimplementations.classAbstract Pair class to assist with creating correctMap.Entryimplementations.classProvides a base decorator that allows additional functionality to be added to aMap.Entry.classA mutableKeyValuepair that does not implementMap.Entry.final classA restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.classAMap.Entrytied to a map underneath.final classAMap.Entrythat throws UnsupportedOperationException whensetValueis called.Constructors in org.apache.commons.collections.keyvalue with parameters of type KeyValueModifierConstructorDescriptionDefaultKeyValue(KeyValue pair) Constructs a new pair from the specifiedKeyValue.DefaultMapEntry(KeyValue pair) Constructs a new entry from the specifiedKeyValue.UnmodifiableMapEntry(KeyValue pair) Constructs a new entry from the specifiedKeyValue. -
Uses of KeyValue in org.apache.commons.collections.map
Classes in org.apache.commons.collections.map that implement KeyValueModifier and TypeClassDescriptionprotected static classHashEntry used to store the data.(package private) static 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.protected static classHashEntry(package private) static classclassAMapimplementation that holds a single item and is fixed size.private static final classThe Map.Entry for the StaticBucketMap.(package private) static final classImplementation of a map entry that is unmodifiable.Constructors in org.apache.commons.collections.map with parameters of type KeyValueModifierConstructorDescriptionSingletonMap(KeyValue keyValue) Constructor specifying the key and value as aKeyValue.