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