Drools :: Core 6.1.0.Beta1

org.drools.core.util.index
Class LeftTupleIndexRBTree.LeftTupleFastIterator

java.lang.Object
  extended by org.drools.core.util.index.LeftTupleIndexRBTree.LeftTupleFastIterator
All Implemented Interfaces:
FastIterator
Enclosing class:
LeftTupleIndexRBTree

public class LeftTupleIndexRBTree.LeftTupleFastIterator
extends Object
implements FastIterator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.drools.core.util.FastIterator
FastIterator.IteratorAdapter
 
Field Summary
 
Fields inherited from interface org.drools.core.util.FastIterator
EMPTY
 
Constructor Summary
LeftTupleIndexRBTree.LeftTupleFastIterator()
           
 
Method Summary
 boolean isFullIterator()
           
 Entry next(Entry object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeftTupleIndexRBTree.LeftTupleFastIterator

public LeftTupleIndexRBTree.LeftTupleFastIterator()
Method Detail

next

public Entry next(Entry object)
Specified by:
next in interface FastIterator

isFullIterator

public boolean isFullIterator()
Specified by:
isFullIterator in interface FastIterator

Drools :: Core 6.1.0.Beta1

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