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