public class OpenIntToDoubleHashMap.Iterator extends Object
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 double 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 © 2003–2016 The Apache Software Foundation. All rights reserved.