Class IntArrayRBT.IntArrayRBTKeyIterator

java.lang.Object
org.apache.uima.internal.util.rb_trees.IntArrayRBT.IntArrayRBTKeyIterator
All Implemented Interfaces:
IntListIterator
Enclosing class:
IntArrayRBT

private class IntArrayRBT.IntArrayRBTKeyIterator extends Object implements IntListIterator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final int
    getKey(int node)
     
    final boolean
    Check if there is a next element.
    boolean
    Check if there is a previous element.
    void
    Move the iterator to the end of the underlying index.
    void
    Move the iterator to the start of the underlying index.
    final int
    Return the next feature structure and increment the iterator.
    int
    Return the previous feature structure and decrement the iterator.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • currentNode

      protected int currentNode
  • Constructor Details

    • IntArrayRBTKeyIterator

      protected IntArrayRBTKeyIterator()
  • Method Details