Uses of Interface
org.apache.commons.collections.KeyValue
-
Packages that use KeyValue Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component.org.apache.commons.collections.bidimap org.apache.commons.collections.keyvalue This package contains implementations of collection and map related key/value classes.org.apache.commons.collections.map -
-
Uses of KeyValue in org.apache.commons.collections
Classes in org.apache.commons.collections that implement KeyValue Modifier and Type Class Description protected static classBeanMap.MyMapEntryDeprecated.Map entry used byBeanMap.classDefaultMapEntryDeprecated.Use the version in the keyvalue subpackage.private static classDoubleOrderedMap.NodeDeprecated.private classReferenceMap.EntryDeprecated.private static classSequencedHashMap.EntryDeprecated.Map.Entrythat doubles as a node in the linked list of sequenced mappings.private static classStaticBucketMap.NodeDeprecated.The Map.Entry for the StaticBucketMap. -
Uses of KeyValue in org.apache.commons.collections.bidimap
Classes in org.apache.commons.collections.bidimap that implement KeyValue Modifier and Type Class Description protected static classAbstractDualBidiMap.MapEntryInner class MapEntry.(package private) static classTreeBidiMap.NodeA node used to store the data. -
Uses of KeyValue in org.apache.commons.collections.keyvalue
Classes in org.apache.commons.collections.keyvalue that implement KeyValue Modifier and Type Class Description classAbstractKeyValueAbstract pair class to assist with creatingKeyValueandMap.Entryimplementations.classAbstractMapEntryAbstract Pair class to assist with creating correctMap.Entryimplementations.classAbstractMapEntryDecoratorProvides a base decorator that allows additional functionality to be added to aMap.Entry.classDefaultKeyValueA mutableKeyValuepair that does not implementMap.Entry.classDefaultMapEntryA restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.classTiedMapEntryAMap.Entrytied to a map underneath.classUnmodifiableMapEntryAMap.Entrythat throws UnsupportedOperationException whensetValueis called.Constructors in org.apache.commons.collections.keyvalue with parameters of type KeyValue Constructor Description DefaultKeyValue(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 KeyValue Modifier and Type Class Description protected static classAbstractHashedMap.HashEntryHashEntry used to store the data.(package private) static classAbstractInputCheckedMapDecorator.MapEntryImplementation of a map entry that checks additions via setValue.protected static classAbstractLinkedMap.LinkEntryLinkEntry that stores the data.protected static classAbstractReferenceMap.ReferenceEntryA MapEntry implementation for the map.protected static classIdentityMap.IdentityEntryHashEntry(package private) static classListOrderedMap.ListOrderedMapEntryclassSingletonMapAMapimplementation that holds a single item and is fixed size.private static classStaticBucketMap.NodeThe Map.Entry for the StaticBucketMap.(package private) static classUnmodifiableEntrySet.UnmodifiableEntryImplementation of a map entry that is unmodifiable.Constructors in org.apache.commons.collections.map with parameters of type KeyValue Constructor Description SingletonMap(KeyValue keyValue)Constructor specifying the key and value as aKeyValue.
-