Uses of Interface
gnu.lists.Sequence
Packages that use Sequence
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of Sequence in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type Sequence -
Uses of Sequence in gnu.kawa.xml
Classes in gnu.kawa.xml that implement Sequence -
Uses of Sequence in gnu.lists
Modifier and TypeInterfaceDescriptioninterfaceAVector<E>interfaceA sequence where each element is a character (Unicode code point).interfaceGVector<E>A "generalized vector" - a randomly-acessible sequence.interfaceModifier and TypeClassDescriptionclassclassSimple adjustable-length vector of Boolean values.classBinary data which may represent text or other information.classByteVector<E>Simple adjustable-length vector of signed or unsigned 8-bit integers (bytes).classEditable character sequence using a buffer-gap implementation and self-adjusting position.classSimple adjustable-length vector whose elements are 16-bit chars.static classSame as ComposedArray but also implements AVector.classThis singleton class represents an empty list.classSimple adjustable-length vector of 32-bit floats.classSimple adjustable-length vector of 64-bit doubles.classView an array as a vector, with the former's elements in row-major order.classSimple adjustable-length vector whose elements are 32-bit code points Used for the Scheme string type.classFVector<E>Simple adjustable-length vector of objects.classclassclassWrap a List (or an indexed selection of it) as a Sequence.classIntVector<E>Simple adjustable-length vector of signed or unsigned 32-bit integers (ints).classA string implementation with contant-time codepoint indexing.static final classclassSemi-abstract class for traditions Lisp-style lists.classLongVector<E>Simple adjustable-length vector of signed or unsigned 64-bit integers (longs).classA "pair" object, as used in Lisp-like languages.classAPairwith the file name and position it was read from.classclassRange<E>static classclassclassSimple adjustable-length vector of signed 16-bit integers (shorts).classSimple adjustable-length vector of signed 32-bit integers (ints).classSimple adjustable-length vector of signed 64-bit integers (longs).classSimple adjustable-length vector of signed 8-bit integers (bytes).classShortVector<E>Simple adjustable-length vector of signed or unsigned 16-bit integers (shorts).classSimpleVector<E>A generic simple vector.classSubSequence<E>A sequence consisting of a sub-range of the elements of a base sequence.classSimple adjustable-length vector of unsigned 16-bit integers (shorts).classSimple adjustable-length vector of unsigned 32-bit integers (ints).classSimple adjustable-length vector of unsigned 64-bit integers (longs).classSimple adjustable-length vector of unsigned 8-bit integers (bytes).Modifier and TypeMethodDescriptionAbstractSequence.subSequence(SeqPosition start, SeqPosition end) AbstractSequence.subSequencePos(int ipos0, int ipos1) SubSequence.subSequencePos(int ipos0, int ipos1) -
Uses of Sequence in gnu.mapping
Classes in gnu.mapping that implement Sequence -
Uses of Sequence in kawa.lang
Modifier and TypeClassDescriptionstatic classstatic classstatic classA list of "forms" to be further processed.