org.apache.commons.math.util
public class OpenIntToFieldHashMap.Iterator extends Object
Modifier and Type | Field and Description |
---|---|
private int |
current
Index of current element.
|
private int |
next
Index of next element.
|
private int |
referenceCount
Reference modification count.
|
Modifier | Constructor and Description |
---|---|
private |
OpenIntToFieldHashMap.Iterator()
Simple constructor.
|
private final int referenceCount
private int current
private int next
private OpenIntToFieldHashMap.Iterator()
public boolean hasNext()
public int key() throws ConcurrentModificationException, NoSuchElementException
ConcurrentModificationException
- if the map is modified during iterationNoSuchElementException
- if there is no element left in the mappublic T value() throws ConcurrentModificationException, NoSuchElementException
ConcurrentModificationException
- if the map is modified during iterationNoSuchElementException
- if there is no element left in the mappublic void advance() throws ConcurrentModificationException, NoSuchElementException
ConcurrentModificationException
- if the map is modified during iterationNoSuchElementException
- if there is no element left in the mapCopyright (c) 2003-2014 Apache Software Foundation