Module org.maxicp

Class CopyMap<K,V>

java.lang.Object
org.maxicp.state.copy.CopyMap<K,V>
Type Parameters:
K - the type of the keys
V - the type of the values
All Implemented Interfaces:
Map<K,V>, StateMap<K,V>, Storage

public class CopyMap<K,V> extends Object implements Storage, StateMap<K,V>
Implementation of StateMap with copy strategy
See Also:
  • Constructor Details

    • CopyMap

      protected CopyMap()
    • CopyMap

      protected CopyMap(Map<K,V> m)
  • Method Details