E - type of element of the node@StoreNotUseStandardSerialization @StorableClass public class LinkedListSupportAllNode<E> extends Object implements ILinkedListSupportNode<E>, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
LinkedListSupportAllNode(LinkedHashSupportNode<E> linkedHashSupportNode)
set node of
LinkedHashSupportNodeSet that own this node at
construction |
| Modifier and Type | Method and Description |
|---|---|
E |
getElement()
element is on node of
LinkedHashSupportNodeSet that own this node |
ILinkedListSupportNode<E> |
getNext() |
ILinkedListSupportNode<E> |
getPrevious() |
static LinkedListSupportAllNode |
newInstance(IInstanceFactory instanceFactory,
LinkedHashSupportNode linkedHashSupportNode) |
void |
setElement(Object element)
element is on node of
LinkedHashSupportNodeSet that own this node |
void |
setNext(ILinkedListSupportNode<E> next)
set next node of this node
|
void |
setPrevious(ILinkedListSupportNode<E> previous)
set the previous node of this node
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodeprotected LinkedListSupportAllNode(LinkedHashSupportNode<E> linkedHashSupportNode)
LinkedHashSupportNodeSet that own this node at
constructionlinkedHashSupportNode - node of LinkedHashSupportNodeSet that own this nodepublic static LinkedListSupportAllNode newInstance(IInstanceFactory instanceFactory, LinkedHashSupportNode linkedHashSupportNode)
public E getElement()
LinkedHashSupportNodeSet that own this nodegetElement in interface ILinkedListSupportNode<E>public void setElement(Object element)
LinkedHashSupportNodeSet that own this nodesetElement in interface ILinkedListSupportNode<E>element - the element referenced by this nodepublic ILinkedListSupportNode<E> getNext()
getNext in interface ILinkedListSupportNode<E>public ILinkedListSupportNode<E> getPrevious()
getPrevious in interface ILinkedListSupportNode<E>public void setNext(ILinkedListSupportNode<E> next)
ILinkedListSupportNodesetNext in interface ILinkedListSupportNode<E>next - the next node of this nodepublic void setPrevious(ILinkedListSupportNode<E> previous)
ILinkedListSupportNodesetPrevious in interface ILinkedListSupportNode<E>previous - the new previous node of this nodeCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.