Package org.apache.openjpa.util.proxy
Interface ProxyMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassgetKeyType()The map key type.java.lang.ClassgetValueType()The map value type.ProxyMapnewInstance(java.lang.Class keyType, java.lang.Class valueType, java.util.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
-
-
-
-
Method Detail
-
getKeyType
java.lang.Class getKeyType()
The map key type.
-
getValueType
java.lang.Class getValueType()
The map value type.
-
newInstance
ProxyMap newInstance(java.lang.Class keyType, java.lang.Class valueType, java.util.Comparator compare, boolean trackChanges, boolean autoOff)
Create a new instance of this proxy type.
-
-