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.
|
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public 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>
public void remove()
remove
in interface Iterator<IntIntMap.Entry>
Copyright © 2019. All rights reserved.