|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyMap
Interface implemented by proxies on Map
types.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
java.lang.Class |
getKeyType()
The map key type. |
java.lang.Class |
getValueType()
The map value type. |
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. |
Methods inherited from interface org.apache.openjpa.util.Proxy |
---|
copy, getChangeTracker, getOwner, getOwnerField, setOwner |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
java.lang.Class getKeyType()
java.lang.Class getValueType()
ProxyMap newInstance(java.lang.Class keyType, java.lang.Class valueType, java.util.Comparator compare, boolean trackChanges, boolean autoOff)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |