E
- @StoreNotUseStandardSerialization @StorableClass public class LinkedHashSupportNode<E> extends LinkedListSupportNode<E> implements Serializable
Constructor and Description |
---|
LinkedHashSupportNode(IEqualsHashComparator comparator) |
Modifier and Type | Method and Description |
---|---|
ILinkedListSupportNode<E> |
getAllElementListNode()
get the node of list of all the nodes of the set
|
void |
setAllElementListNode(ILinkedListSupportNode<E> allElementListNode)
to set the node of list of all the nodes of the set
|
getNext, getPrevious, newInstance, newInstance, newInstance, newInstance, setNext, setPrevious
equals, getElement, hashCode, setElement
public LinkedHashSupportNode(IEqualsHashComparator comparator)
public ILinkedListSupportNode<E> getAllElementListNode()
public void setAllElementListNode(ILinkedListSupportNode<E> allElementListNode)
allElementListNode
- the node of list of all the nodes of the setCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.