E
- element type of element contained by the node@StoreNotUseStandardSerialization @StorableClass public class LinkedListSupportNode<E> extends AbstractLinkedListNodeSupport<E> implements Serializable
Constructor and Description |
---|
LinkedListSupportNode() |
LinkedListSupportNode(IEqualsHashComparator comparator) |
LinkedListSupportNode(Object element) |
LinkedListSupportNode(Object element,
IEqualsHashComparator comparator) |
Modifier and Type | Method and Description |
---|---|
ILinkedListSupportNode<E> |
getNext() |
ILinkedListSupportNode<E> |
getPrevious() |
static LinkedListSupportNode |
newInstance(IInstanceFactory instanceFactory) |
static LinkedListSupportNode |
newInstance(IInstanceFactory instanceFactory,
IEqualsHashComparator comparator) |
static LinkedListSupportNode |
newInstance(IInstanceFactory instanceFactory,
Object element) |
static LinkedListSupportNode |
newInstance(IInstanceFactory instanceFactory,
Object element,
IEqualsHashComparator comparator) |
void |
setNext(ILinkedListSupportNode<E> next)
set next node of this node
|
void |
setPrevious(ILinkedListSupportNode<E> previous)
set the previous node of this node
|
equals, getElement, hashCode, setElement
public LinkedListSupportNode(IEqualsHashComparator comparator)
public LinkedListSupportNode(Object element, IEqualsHashComparator comparator)
public LinkedListSupportNode(Object element)
public LinkedListSupportNode()
public static LinkedListSupportNode newInstance(IInstanceFactory instanceFactory, IEqualsHashComparator comparator)
public static LinkedListSupportNode newInstance(IInstanceFactory instanceFactory, Object element, IEqualsHashComparator comparator)
public static LinkedListSupportNode newInstance(IInstanceFactory instanceFactory, Object element)
public static LinkedListSupportNode newInstance(IInstanceFactory instanceFactory)
public ILinkedListSupportNode<E> getNext()
getNext
in interface ILinkedListSupportNode<E>
public void setNext(ILinkedListSupportNode<E> next)
ILinkedListSupportNode
setNext
in interface ILinkedListSupportNode<E>
next
- the next node of this nodepublic ILinkedListSupportNode<E> getPrevious()
getPrevious
in interface ILinkedListSupportNode<E>
public void setPrevious(ILinkedListSupportNode<E> previous)
ILinkedListSupportNode
setPrevious
in interface ILinkedListSupportNode<E>
previous
- the new previous node of this nodeCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.