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 Sequence
RuntimeUtils. 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) class
LineSequence
Cast 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 class
Range
A 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 class
AbstractSequence<T>
ImplObject.toString()
for sub-classes sequence.class
ArraySequence
Sequence for object array.class
CharSeqSequence
Sequence for CharSequence.class
EmptySequence
An empty sequenceclass
IterableSequence
Sequence for iterable.class
LimitedSequence<T>
class
MapSequence
Sequence for map.Fields in com.googlecode.aviator.runtime.type.seq declared as Sequence Modifier and Type Field Description private Sequence<T>
LimitedSequence. seq
Constructors in com.googlecode.aviator.runtime.type.seq with parameters of type Sequence Constructor Description LimitedSequence(Sequence<T> seq, int maxLoopCount)
-