Uses of Interface
org.apache.openjpa.lib.util.collections.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in org.apache.openjpa.lib.util.collections
Classes in org.apache.openjpa.lib.util.collections that implement KeyValueModifier and TypeClassDescriptionprotected static classInner class MapEntry.protected static classHashEntry used to store the data.classAbstractKeyValue<K,V> Abstract pair class to assist with creatingKeyValueandMap.Entryimplementations.protected static classLinkEntry that stores the data.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.protected static classA MapEntry implementation for the map.final classDefaultMapEntry<K,V> final classUnmodifiableMapEntry<K,V> AMap.Entrythat throws UnsupportedOperationException whensetValueis called.Constructors in org.apache.openjpa.lib.util.collections with parameters of type KeyValueModifierConstructorDescriptionDefaultMapEntry(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.