public static class XLinkedList.Node<E> extends Object implements XCollection.Record
XLinkedList node; it allows for direct
iteration over the list values.
Custom XLinkedList may use a derived implementation.
For example:[code]
static class MyList| Modifier and Type | Method and Description |
|---|---|
XLinkedList.Node<E> |
getNext()
Returns the record after this one.
|
XLinkedList.Node<E> |
getPrevious()
Returns the record before this one.
|
E |
getValue()
Returns the value for this node.
|
public final E getValue()
public final XLinkedList.Node<E> getNext()
XCollection.RecordgetNext in interface XCollection.Recordpublic final XLinkedList.Node<E> getPrevious()
XCollection.RecordgetPrevious in interface XCollection.RecordCopyright © 2019 Neeve Research, LLC. All Rights Reserved.