- java.lang.Object
-
- org.agrona.collections.Long2ObjectHashMap.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
-
getLongKey
public long getLongKey()
-
getValue
public V getValue()
- Specified by:
getValue
in interface java.util.Map.Entry<java.lang.Long,V>
-
remaining
public int remaining()
-
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.