| Modifier and Type | Class and Description |
|---|---|
class |
Object2LongHashMap.EntryIterator.MapEntry
An
Map.Entry implementation. |
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext()
Find next element.
|
K |
getKey() |
long |
getLongValue()
Get long value without boxing.
|
Long |
getValue() |
boolean |
hasNext() |
Map.Entry<K,Long> |
next() |
protected int |
position()
Position of the current element.
|
void |
remove() |
long |
setValue(long value)
Set value at current position without boxing.
|
Long |
setValue(Long value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeforEachRemainingpublic long getLongValue()
public long setValue(long 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.