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