Class Int2IntHashMap.KeyIterator

java.lang.Object
org.apache.uima.internal.util.Int2IntHashMap.KeyIterator
All Implemented Interfaces:
IntListIterator
Enclosing class:
Int2IntHashMap

private class Int2IntHashMap.KeyIterator extends Object implements IntListIterator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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