- All Implemented Interfaces:
Iterator<T>
- Enclosing interface:
IndexedSeq<T>
public static class IndexedSeq.Itr<T>
extends Object
implements Iterator<T>
An iterator over an indexed sequence of elements of type `T`. The sequence should not be
structurally modified while an iterator instance is alive.
-
Constructor Summary
Constructors
Create an iterator over `seq`.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Itr
Create an iterator over `seq`.
-