Class LimitedSequence<T>
java.lang.Object
com.googlecode.aviator.runtime.type.seq.AbstractSequence<T>
com.googlecode.aviator.runtime.type.seq.LimitedSequence<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.aviator.runtime.type.seq.AbstractSequence
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
seq
-
maxLoopCount
private final int maxLoopCount
-
-
Constructor Details
-
LimitedSequence
-
-
Method Details
-
iterator
-
newCollector
-
hintSize
public int hintSize()
-