- java.lang.Object
-
- org.agrona.collections.Object2IntHashMap.EntryIterator
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
Constructor Detail
-
EntryIterator
public EntryIterator()
-
Method Detail
-
getKey
public K getKey()
- Specified by:
getKey
in interface java.util.Map.Entry<K,java.lang.Integer>
-
getIntValue
public int getIntValue()
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator<T>
-
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<T>
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.