- All Implemented Interfaces:
Iterable<T>
- Enclosing class:
- Seq<T>
public static class Seq.SeqIterable<T>
extends Object
implements Iterable<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SeqIterable
public SeqIterable(Seq<T> array)
-
SeqIterable
public SeqIterable(Seq<T> array,
boolean allowRemove)
-