public static class ObjectMap.Entries<K,V> extends java.lang.Object implements java.lang.Iterable<ObjectMap.Entry<K,V>>, java.util.Iterator<ObjectMap.Entry<K,V>>
| Constructor and Description |
|---|
ObjectMap.Entries(ObjectMap<K,V> map) |
| 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()
next in interface java.util.Iterator<ObjectMap.Entry<K,V>>public boolean hasNext()
hasNext in interface java.util.Iterator<ObjectMap.Entry<K,V>>public java.util.Iterator<ObjectMap.Entry<K,V>> iterator()
iterator in interface java.lang.Iterable<ObjectMap.Entry<K,V>>