Uses of Interface
com.googlecode.aviator.runtime.type.Sequence
-
Packages that use Sequence Package Description com.googlecode.aviator.runtime com.googlecode.aviator.runtime.module com.googlecode.aviator.runtime.type com.googlecode.aviator.runtime.type.seq -
-
Uses of Sequence in com.googlecode.aviator.runtime
Methods in com.googlecode.aviator.runtime that return Sequence Modifier and Type Method Description static SequenceRuntimeUtils. seq(java.lang.Object o, java.util.Map<java.lang.String,java.lang.Object> env)Cast an object into sequence if possible, otherwise throw an exception. -
Uses of Sequence in com.googlecode.aviator.runtime.module
Classes in com.googlecode.aviator.runtime.module that implement Sequence Modifier and Type Class Description (package private) classLineSequenceCast reader into a sequence of text lines in file. -
Uses of Sequence in com.googlecode.aviator.runtime.type
Classes in com.googlecode.aviator.runtime.type that implement Sequence Modifier and Type Class Description classRangeA range in [start, end) with step. -
Uses of Sequence in com.googlecode.aviator.runtime.type.seq
Classes in com.googlecode.aviator.runtime.type.seq that implement Sequence Modifier and Type Class Description classAbstractSequence<T>ImplObject.toString()for sub-classes sequence.classArraySequenceSequence for object array.classCharSeqSequenceSequence for CharSequence.classEmptySequenceAn empty sequenceclassIterableSequenceSequence for iterable.classLimitedSequence<T>classMapSequenceSequence for map.Fields in com.googlecode.aviator.runtime.type.seq declared as Sequence Modifier and Type Field Description private Sequence<T>LimitedSequence. seqConstructors in com.googlecode.aviator.runtime.type.seq with parameters of type Sequence Constructor Description LimitedSequence(Sequence<T> seq, int maxLoopCount)
-