Package arc.struct
Class IntIntMap.Entries
java.lang.Object
arc.struct.IntIntMap.Entries
- All Implemented Interfaces:
Iterable<IntIntMap.Entry>,Iterator<IntIntMap.Entry>
- Enclosing class:
- IntIntMap
public static class IntIntMap.Entries
extends Object
implements Iterable<IntIntMap.Entry>, Iterator<IntIntMap.Entry>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Entries
-
-
Method Details
-
next
Note the same entry instance is returned each time this method is called.- Specified by:
nextin interfaceIterator<IntIntMap.Entry>
-
iterator
- Specified by:
iteratorin interfaceIterable<IntIntMap.Entry>
-
reset
public void reset() -
remove
public void remove() -
hasNext
public boolean hasNext()
-