J avolution v5.5 (J2SE 1.6+)

javolution.util
Interface FastCollection.Record

All Known Implementing Classes:
FastList.Node, FastMap.Entry, Index
Enclosing class:
FastCollection<E>

public static interface FastCollection.Record

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


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

Method Detail

getPrevious

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

Returns:
the previous record.

getNext

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

Returns:
the next record.

J avolution v5.5 (J2SE 1.6+)

Copyright © 2005 - 2009 Javolution.