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 class
AbstractDualBidiMap.MapEntry<K,V>
Inner class MapEntry.protected static class
AbstractHashedMap.HashEntry<K,V>
HashEntry used to store the data.class
AbstractKeyValue<K,V>
Abstract pair class to assist with creatingKeyValue
andMap.Entry
implementations.protected static class
AbstractLinkedMap.LinkEntry<K,V>
LinkEntry that stores the data.class
AbstractMapEntry<K,V>
Abstract Pair class to assist with creating correctMap.Entry
implementations.class
AbstractMapEntryDecorator<K,V>
Provides a base decorator that allows additional functionality to be added to aMap.Entry
.protected static class
AbstractReferenceMap.ReferenceEntry<K,V>
A MapEntry implementation for the map.class
DefaultMapEntry<K,V>
class
UnmodifiableMapEntry<K,V>
AMap.Entry
that throws UnsupportedOperationException whensetValue
is 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
.
-