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