public static class LongMap.Entries<V> extends Object implements Iterable<LongMap.Entry<V>>, Iterator<LongMap.Entry<V>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<LongMap.Entry<V>> |
iterator() |
LongMap.Entry<V> |
next()
Note the same entry instance is returned each time this method is called.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemaining, removepublic Entries(LongMap map)
public LongMap.Entry<V> next()
next in interface Iterator<LongMap.Entry<V>>public boolean hasNext()
hasNext in interface Iterator<LongMap.Entry<V>>public Iterator<LongMap.Entry<V>> iterator()
iterator in interface Iterable<LongMap.Entry<V>>Copyright © 2021. All rights reserved.