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