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