站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 3.0.6 API 英文版文档

FastCollection.Record - JBoss RULES 3.0.6 API 英文版文档


org.drools.util
Interface FastCollection.Record

All Known Implementing Classes:
FastMap.Entry
Enclosing class:
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

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.