public static class ArrayMap.Entries<K,V> extends Object implements Iterable<ObjectMap.Entry<K,V>>, Iterator<ObjectMap.Entry<K,V>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<ObjectMap.Entry<K,V>> |
iterator() |
ObjectMap.Entry<K,V> |
next()
Note the same entry instance is returned each time this method is called.
|
void |
remove() |
void |
reset() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ObjectMap.Entry<K,V>>public Iterator<ObjectMap.Entry<K,V>> iterator()
iterator in interface Iterable<ObjectMap.Entry<K,V>>public ObjectMap.Entry<K,V> next()
next in interface Iterator<ObjectMap.Entry<K,V>>public void remove()
remove in interface Iterator<ObjectMap.Entry<K,V>>public void reset()
Copyright © 2021. All rights reserved.