public final class Object2IntHashMap.EntryIterator extends Object implements Map.Entry<K,Integer>
| Modifier and Type | Class and Description |
|---|---|
class |
Object2IntHashMap.EntryIterator.MapEntry
An
Map.Entry implementation. |
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext()
Find next element.
|
int |
getIntValue()
Get int value without boxing.
|
K |
getKey() |
Integer |
getValue() |
boolean |
hasNext() |
Map.Entry<K,Integer> |
next() |
protected int |
position()
Position of the current element.
|
void |
remove() |
int |
setValue(int value)
Set value at current position without boxing.
|
Integer |
setValue(Integer value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeforEachRemainingpublic int getIntValue()
public int setValue(int value)
value - to be set.IllegalArgumentException - if missingValue == value.protected final int position()
protected final void findNext()
NoSuchElementException - if no more elements.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.