Uses of Class
org.apache.openjpa.lib.util.collections.AbstractMapEntry
-
Packages that use AbstractMapEntry Package Description org.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of AbstractMapEntry in org.apache.openjpa.lib.util.collections
Subclasses of AbstractMapEntry in org.apache.openjpa.lib.util.collections Modifier and Type Class Description 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.
-