Package org.hipparchus.util
Class OpenIntToDoubleHashMap.Iterator
java.lang.Object
org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
org.hipparchus.util.OpenIntToDoubleHashMap.Iterator
- Enclosing class:
- OpenIntToDoubleHashMap
Iterator class for the map.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
advance, getCurrent, hasNext, key
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
value
Get the value of current entry.- Returns:
- value of current entry
- Throws:
ConcurrentModificationException
- if the map is modified during iterationNoSuchElementException
- if there is no element left in the map
-