gecco.server.startup
Class DeepCloneLinkedList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--gecco.server.startup.DeepCloneLinkedList
All Implemented Interfaces:
Cloneable, Collection, DeepCloneable, List, Serializable

public class DeepCloneLinkedList
extends LinkedList
implements DeepCloneable

Description of the Class

Author:
Karl Hasselström
See Also:
Serialized Form

Fields inherited from class java.util.LinkedList
header, serialVersionUID, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
(package private) DeepCloneLinkedList()
          Constructor for the DeepCloneLinkedList object
(package private) DeepCloneLinkedList(Collection c)
          Constructor for the DeepCloneLinkedList object
 
Method Summary
 DeepCloneable deepClone()
          Description of the Method
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addBefore, addFirst, addLast, clear, clone, contains, entry, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, readObject, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray, writeObject
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

DeepCloneLinkedList

DeepCloneLinkedList()
Constructor for the DeepCloneLinkedList object

DeepCloneLinkedList

DeepCloneLinkedList(Collection c)
Constructor for the DeepCloneLinkedList object
Parameters:
c - Description of Parameter
Method Detail

deepClone

public DeepCloneable deepClone()
Description of the Method
Specified by:
deepClone in interface DeepCloneable
Returns:
Description of the Returned Value