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