public static class FastList.Node extends Object implements FastCollection.Record, Serializable
FastList node; it allows for direct
iteration over the list values.
Custom FastList may use a derived implementation.
For example:[code]
static class MyList| Modifier | Constructor and Description |
|---|---|
protected |
Node()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FastCollection.Record |
getNext()
Returns the record after this one.
|
FastCollection.Record |
getPrevious()
Returns the record before this one.
|
Object |
getValue()
Returns the value for this node.
|
public final Object getValue()
public final FastCollection.Record getNext()
FastCollection.RecordgetNext in interface FastCollection.Recordpublic final FastCollection.Record getPrevious()
FastCollection.RecordgetPrevious in interface FastCollection.RecordCopyright © 2005–2021 Javolution. All rights reserved.