Package arc.struct
Class ObjectSet.ObjectSetIterator
java.lang.Object
arc.struct.ObjectSet.ObjectSetIterator
- Direct Known Subclasses:
OrderedSet.OrderedSetIterator
-
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
-
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.
-