Class IntRedBlackTree.IntRBTIterator
java.lang.Object
org.apache.uima.internal.util.rb_trees.IntRedBlackTree.IntRBTIterator
- Enclosing class:
- IntRedBlackTree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
current
IntRBTNode current
-
-
Constructor Details
-
IntRBTIterator
IntRBTIterator(IntRedBlackTree tree)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public int next() -
remove
public void remove()
-