public static class ObjectMap.Entries<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ObjectMap.Entries<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, waitforEach, spliteratorforEachRemainingpublic ObjectMap.Entry<K,V> next()
public boolean hasNext()
public ObjectMap.Entries<K,V> iterator()
Copyright © 2018. All rights reserved.