org.drools.core.util
Interface FastIterator

All Known Implementing Classes:
LeftTupleIndexHashTable.FullFastIterator, LinkedList.LinkedListFastIterator, RightTupleIndexHashTable.FullFastIterator

public interface FastIterator


Method Summary
 boolean isFullIterator()
           
 Entry next(Entry object)
           
 

Method Detail

next

Entry next(Entry object)

isFullIterator

boolean isFullIterator()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.