Interface ProxyMap

All Superinterfaces:
Map, Proxy

public interface ProxyMap extends Proxy, Map
Interface implemented by proxies on Map types.
Author:
Abe White
  • Method Details

    • 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.