Package arc.struct
Class IntSet.IntSetIterator
java.lang.Object
arc.struct.IntSet.IntSetIterator
- Enclosing class:
- IntSet
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
IntSetIterator
-
-
Method Details
-
reset
public void reset() -
remove
public void remove() -
next
public int next() -
toArray
Returns a new array containing the remaining keys.
-