public static class ObjectMap.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining, remove
public ObjectMap.Entry<K,V> next()
next
in interface Iterator<ObjectMap.Entry<K,V>>
public 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>>
Copyright © 2018. All rights reserved.