Uses of Class
org.apache.openjpa.lib.util.collections.AbstractKeyValue
-
Packages that use AbstractKeyValue Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of AbstractKeyValue in org.apache.openjpa.lib.util.collections
Subclasses of AbstractKeyValue in org.apache.openjpa.lib.util.collections Modifier and Type Class Description class
AbstractMapEntry<K,V>
Abstract Pair class to assist with creating correctMap.Entry
implementations.class
DefaultMapEntry<K,V>
A restricted implementation ofMap.Entry
that prevents theMap.Entry
contract from being broken.class
UnmodifiableMapEntry<K,V>
AMap.Entry
that throws UnsupportedOperationException whensetValue
is called.
-