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 classAbstractMapEntry<K,V>Abstract Pair class to assist with creating correctMap.Entryimplementations.classDefaultMapEntry<K,V>A restricted implementation ofMap.Entrythat prevents theMap.Entrycontract from being broken.classUnmodifiableMapEntry<K,V>AMap.Entrythat throws UnsupportedOperationException whensetValueis called.
-