Package org.hipparchus.util
Class OpenIntToFieldHashMap.Iterator
java.lang.Object
org.hipparchus.util.AbstractOpenIntHashMap.BaseIterator
org.hipparchus.util.OpenIntToFieldHashMap.Iterator
- Enclosing class:
 OpenIntToFieldHashMap<T extends FieldElement<T>>
Iterator class for the map.
- 
Constructor Summary
Constructors - 
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
 
 -