gecco.server.startup
Class DeepCloneHashMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended bygecco.server.startup.DeepCloneHashMap
All Implemented Interfaces:
Cloneable, DeepCloneable, Map, Serializable

public class DeepCloneHashMap
extends HashMap
implements DeepCloneable

Description of the Class

Author:
Karl Hasselström
See Also:
Serialized Form

Method Summary
 DeepCloneable deepClone()
          Description of the Method
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

deepClone

public DeepCloneable deepClone()
Description of the Method

Specified by:
deepClone in interface DeepCloneable
Returns:
Description of the Returned Value