public static class IntIntMap.Entries extends Object implements Iterable<IntIntMap.Entry>, Iterator<IntIntMap.Entry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<IntIntMap.Entry> |
iterator() |
IntIntMap.Entry |
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(IntIntMap map)
public IntIntMap.Entry next()
next in interface Iterator<IntIntMap.Entry>public boolean hasNext()
hasNext in interface Iterator<IntIntMap.Entry>public Iterator<IntIntMap.Entry> iterator()
iterator in interface Iterable<IntIntMap.Entry>Copyright © 2021. All rights reserved.