Package org.apache.openjpa.util.proxy
Interface ProxyMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassgetKeyType()The map key type.ClassgetValueType()The map value type.ProxyMapnewInstance(Class keyType, Class valueType, Comparator compare, boolean trackChanges, boolean autoOff)Create a new instance of this proxy type.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface org.apache.openjpa.util.Proxy
copy, getChangeTracker, getOwner, getOwnerField, setOwner
-
-