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) IntRBTNodecurrent
-
Constructor Summary
Constructors Constructor Description IntRBTIterator(IntRedBlackTree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()intnext()voidremove()
-
-
-
Field Detail
-
current
IntRBTNode current
-
-
Constructor Detail
-
IntRBTIterator
IntRBTIterator(IntRedBlackTree tree)
-
-