gecco.server.startup
Class DeepCloneHashMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--gecco.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

Inner classes inherited from class java.util.Map
Map.Entry
 
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