org.drools.core.util
Class LeftTupleRBTree.RangeFastIterator<K extends Comparable<? super K>>
java.lang.Object
org.drools.core.util.LeftTupleRBTree.RangeFastIterator<K>
- All Implemented Interfaces:
- FastIterator
- Enclosing class:
- LeftTupleRBTree<K extends Comparable<? super K>>
public static class LeftTupleRBTree.RangeFastIterator<K extends Comparable<? super K>>
- extends Object
- implements FastIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeftTupleRBTree.RangeFastIterator
public LeftTupleRBTree.RangeFastIterator(LeftTupleRBTree.Node<K> lowerNearest,
LeftTupleRBTree.Node<K> upperNearest)
next
public Entry next(Entry object)
- Specified by:
next in interface FastIterator
isFullIterator
public boolean isFullIterator()
- Specified by:
isFullIterator in interface FastIterator
checkUpperBound
public LeftTupleRBTree.Node<K> checkUpperBound(LeftTupleRBTree.Node<K> current)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.