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