Class IntRedBlackTree.IntRBTIterator
- java.lang.Object
-
- org.apache.uima.internal.util.rb_trees.IntRedBlackTree.IntRBTIterator
-
- Enclosing class:
- IntRedBlackTree
public static class IntRedBlackTree.IntRBTIterator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IntRBTNode
current
-
Constructor Summary
Constructors Constructor Description IntRBTIterator(IntRedBlackTree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
int
next()
void
remove()
-
-
-
Field Detail
-
current
IntRBTNode current
-
-
Constructor Detail
-
IntRBTIterator
IntRBTIterator(IntRedBlackTree tree)
-
-