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