Package arc.struct
Class ObjectSet.ObjectSetIterator
java.lang.Object
arc.struct.ObjectSet.ObjectSetIterator
- Direct Known Subclasses:
OrderedSet.OrderedSetIterator
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
ObjectSetIterator
public ObjectSetIterator()
-
-
Method Details
-
reset
public void reset() -
remove
public void remove() -
hasNext
public boolean hasNext() -
next
-
iterator
-
toSeq
Adds the remaining values to the array. -
toSeq
Returns a new array containing the remaining values.
-