Package arc.struct
Class IntSet.IntSetIterator
java.lang.Object
arc.struct.IntSet.IntSetIterator
- Enclosing class:
- IntSet
-
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
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
IntSetIterator
-
-
Method Details
-
reset
public void reset() -
remove
public void remove() -
hasNext
public boolean hasNext() -
next
-
nextInt
public int nextInt() -
iterator
-
toArray
Returns a new array containing the remaining keys.
-