public final class Int2IntHashMap.IntIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext() |
boolean |
hasNext() |
protected int |
keyPosition() |
java.lang.Integer |
next() |
int |
nextValue() |
Int2IntHashMap.IntIterator |
reset() |
public java.lang.Integer next()
next in interface java.util.Iterator<java.lang.Integer>public int nextValue()
public Int2IntHashMap.IntIterator reset()
protected int keyPosition()
public boolean hasNext()
protected void findNext()
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.