Class AbstractSequence<T>
java.lang.Object
com.googlecode.aviator.runtime.type.seq.AbstractSequence<T>
- Type Parameters:
T-
- Direct Known Subclasses:
ArraySequence, CharSeqSequence, EmptySequence, IterableSequence, LimitedSequence, MapSequence
Impl
Object.toString() for sub-classes sequence.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Sequence
hintSize, newCollector
-
Constructor Details
-
AbstractSequence
public AbstractSequence()
-
-
Method Details
-
toString
-