Class OpenIntToDoubleHashMap.Iterator

java.lang.Object
org.apache.commons.math3.util.OpenIntToDoubleHashMap.Iterator
Enclosing class:
OpenIntToDoubleHashMap

public class OpenIntToDoubleHashMap.Iterator extends Object
Iterator class for the map.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
    Index of current element.
    private int
    Index of next element.
    private final int
    Reference modification count.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Simple constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Advance iterator one step further.
    boolean
    Check if there is a next element in the map.
    int
    key()
    Get the key of current entry.
    double
    Get the value of current entry.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait