Uses of Interface
org.apache.openjpa.lib.util.collections.KeyValue
-
Packages that use KeyValue Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of KeyValue in org.apache.openjpa.lib.util.collections
Classes in org.apache.openjpa.lib.util.collections that implement KeyValue Modifier and Type Class Description protected static classAbstractDualBidiMap.MapEntry<K,V>Inner class MapEntry.protected static classAbstractHashedMap.HashEntry<K,V>HashEntry used to store the data.classAbstractKeyValue<K,V>Abstract pair class to assist with creatingKeyValueandMap.Entryimplementations.protected static classAbstractLinkedMap.LinkEntry<K,V>LinkEntry that stores the data.classAbstractMapEntry<K,V>Abstract Pair class to assist with creating correctMap.Entryimplementations.classAbstractMapEntryDecorator<K,V>Provides a base decorator that allows additional functionality to be added to aMap.Entry.protected static classAbstractReferenceMap.ReferenceEntry<K,V>A MapEntry implementation for the map.classDefaultMapEntry<K,V>classUnmodifiableMapEntry<K,V>AMap.Entrythat throws UnsupportedOperationException whensetValueis called.Constructors in org.apache.openjpa.lib.util.collections with parameters of type KeyValue Constructor Description 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.
-