|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.AbstractSequentialList | +--java.util.LinkedList | +--gecco.server.startup.DeepCloneLinkedList
Description of the Class
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 |
|
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
DeepCloneLinkedList()
DeepCloneLinkedList(Collection c)
c
- Description of ParameterMethod Detail |
public DeepCloneable deepClone()
deepClone
in interface DeepCloneable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |