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