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