org.drools.core.util.index
Class RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator

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

public class RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator
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
RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator()
           
 
Method Summary
 boolean isFullIterator()
           
 Entry next(Entry object)
           
 void setUpperBound(LeftTuple leftTuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator

public RightTupleIndexRangeRBTree.RightTupleBoundedFastIterator()
Method Detail

setUpperBound

public void setUpperBound(LeftTuple leftTuple)

next

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

isFullIterator

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


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