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