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.collectionsSubclasses of AbstractMapEntry in org.apache.openjpa.lib.util.collections Modifier and Type Class Description classDefaultMapEntry<K,V>A restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.classUnmodifiableMapEntry<K,V>AMap.Entrythat throws UnsupportedOperationException whensetValueis called.
 
-