public static class IntIntMap.Entries extends java.lang.Object implements java.lang.Iterable<IntIntMap.Entry>, java.util.Iterator<IntIntMap.Entry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<IntIntMap.Entry> |
iterator() |
IntIntMap.Entry |
next()
Note the same entry instance is returned each time this method is called.
|
void |
remove() |
public Entries(IntIntMap map)
public IntIntMap.Entry next()
next in interface java.util.Iterator<IntIntMap.Entry>public boolean hasNext()
hasNext in interface java.util.Iterator<IntIntMap.Entry>public java.util.Iterator<IntIntMap.Entry> iterator()
iterator in interface java.lang.Iterable<IntIntMap.Entry>public void remove()
remove in interface java.util.Iterator<IntIntMap.Entry>