public static class ObjectMap.Entries<K,V> extends ObjectMap.MapIterator<K,V> implements java.lang.Iterable<ObjectMap.Entry<K,V>>, java.util.Iterator<ObjectMap.Entry<K,V>>
| Modifier and Type | Field and Description |
|---|---|
(package private) ObjectMap.Entry<K,V> |
entry |
currentIndex, hasNext, map, nextIndex| 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.
|
advance, remove, resetObjectMap.Entry<K,V> entry
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>>