Drools :: Core 6.1.0.Beta1

org.drools.core.util
Interface FastIterator

All Known Implementing Classes:
LeftTupleIndexHashTable.FullFastIterator, LeftTupleIndexRangeRBTree.LeftTupleFastIterator, LeftTupleIndexRBTree.LeftTupleFastIterator, LeftTupleRBTree.RangeFastIterator, LinkedList.LinkedListFastIterator, RBTree.RBTreeFastIterator, RightTupleIndexHashTable.FullFastIterator, RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator, RightTupleIndexRBTree.RightTupleFastIterator, RightTupleRBTree.RangeFastIterator

public interface FastIterator


Nested Class Summary
static class FastIterator.IteratorAdapter
           
 
Field Summary
static FastIterator EMPTY
           
 
Method Summary
 boolean isFullIterator()
           
 Entry next(Entry object)
           
 

Field Detail

EMPTY

static final FastIterator EMPTY
Method Detail

next

Entry next(Entry object)

isFullIterator

boolean isFullIterator()

Drools :: Core 6.1.0.Beta1

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