public static class ObjectMap.Entries<K,V>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<ObjectMap.Entry<K,V>> |
iterator() |
ObjectMap.Entry<K,V> |
next()
Note the same entry instance is returned each time this method is called.
|
public ObjectMap.Entry<K,V> next()
public boolean hasNext()
public java.util.Iterator<ObjectMap.Entry<K,V>> iterator()