org.drools.util
Interface FastCollection.Record

All Known Implementing Classes:
FastMap.Entry
Enclosing interface:
FastCollection

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

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

Returns:
the previous record.

getNext

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

Returns:
the next record.