public static class IntMap.Entries<V> extends IntMap.MapIterator<V> implements java.lang.Iterable<IntMap.Entry<V>>, java.util.Iterator<IntMap.Entry<V>>
| Modifier and Type | Field and Description |
|---|---|
private IntMap.Entry<V> |
entry |
currentIndex, hasNext, INDEX_ILLEGAL, INDEX_ZERO, map, nextIndex| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<IntMap.Entry<V>> |
iterator() |
IntMap.Entry<V> |
next()
Note the same entry instance is returned each time this method is called.
|
findNextIndex, remove, resetprivate IntMap.Entry<V> entry
public Entries(IntMap map)
public IntMap.Entry<V> next()
next in interface java.util.Iterator<IntMap.Entry<V>>public boolean hasNext()
hasNext in interface java.util.Iterator<IntMap.Entry<V>>public java.util.Iterator<IntMap.Entry<V>> iterator()
iterator in interface java.lang.Iterable<IntMap.Entry<V>>