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