|
||||||||||
| 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 |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
Class |
getKeyType()
The map key type. |
Class |
getValueType()
The map value type. |
ProxyMap |
newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges)
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 |
|---|
Class getKeyType()
Class getValueType()
ProxyMap newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.