com.neeve.lang
Interface XCollection.Record

All Known Implementing Classes:
XIntLinkedHashMap.Entry, XIntLinkedList.IntNode, XLinkedHashMap.Entry, XLinkedList.Node, XLongLinkedHashMap.Entry, XLongLinkedList.LongNode
Enclosing class:
XCollection<E>

public static interface XCollection.Record

This interface represents the collection records which can directly be iterated over.


Method Summary
 XCollection.Record getNext()
          Returns the record after this one.
 XCollection.Record getPrevious()
          Returns the record before this one.
 

Method Detail

getPrevious

XCollection.Record getPrevious()
Returns the record before this one.

Returns:
the previous record.

getNext

XCollection.Record getNext()
Returns the record after this one.

Returns:
the next record.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.