public final class OpenIntToFieldHashMap.Iterator extends Object
public boolean hasNext()
public int key()
ConcurrentModificationException - if the map is modified during iterationNoSuchElementException - if there is no element left in the mappublic T value()
ConcurrentModificationException - if the map is modified during iterationNoSuchElementException - if there is no element left in the mappublic void advance()
ConcurrentModificationException - if the map is modified during iterationNoSuchElementException - if there is no element left in the mapCopyright © 2017 CNES. All rights reserved.