public final class Object2ObjectHashMap.EntryIterator extends Object implements Iterator<Map.Entry<K,V>>, Map.Entry<K,V>
| Modifier and Type | Class and Description |
|---|---|
class |
Object2ObjectHashMap.EntryIterator.MapEntry |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isPositionValid |
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected void |
findNext() |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
boolean |
hasNext() |
Map.Entry<K,V> |
next() |
int |
remaining() |
void |
remove() |
V |
setValue(V value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, removecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic int hashCode()
public boolean equals(Object o)
public int remaining()
public boolean hasNext()
protected final void findNext()
public void remove()
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.