public static class XLongLinkedList.LongNode extends Object implements XCollection.Record
XLongLinkedList
node; it allows for direct
iteration over the list values
.
Custom XLongLinkedList
may use a derived implementation.
For example:[code]
static class MyListModifier and Type | Method and Description |
---|---|
XLongLinkedList.LongNode |
getNext()
Returns the record after this one.
|
XLongLinkedList.LongNode |
getPrevious()
Returns the record before this one.
|
long |
getValue()
Returns the value for this node.
|
public final long getValue()
public final XLongLinkedList.LongNode getNext()
XCollection.Record
getNext
in interface XCollection.Record
public final XLongLinkedList.LongNode getPrevious()
XCollection.Record
getPrevious
in interface XCollection.Record
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.