org.apache.openjpa.util
Interface ProxyMap

All Superinterfaces:
Map, Proxy

public interface ProxyMap
extends Proxy, Map

Interface implemented by proxies on Map types.

Author:
Abe White

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, 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

getKeyType

Class getKeyType()
The map key type.


getValueType

Class getValueType()
The map value type.


newInstance

ProxyMap newInstance(Class keyType,
                     Class valueType,
                     Comparator compare,
                     boolean trackChanges,
                     boolean autoOff)
Create a new instance of this proxy type.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.