Uses of Interface
gnu.lists.Consumable
Packages that use Consumable
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 Consumable in gnu.kawa.xml
Classes in gnu.kawa.xml that implement ConsumableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassManages a sequence of node references.static classclassManages a sequence of node references in document order without duplicates. -
Uses of Consumable in gnu.lists
Subinterfaces of Consumable in gnu.listsModifier and TypeInterfaceDescriptioninterfaceAVector<E>interfaceA sequence where each element is a character (Unicode code point).interfaceGVector<E>A "generalized vector" - a randomly-acessible sequence.interfaceinterfaceSequence<E>A Sequence is an ordered list of elements.Classes in gnu.lists that implement ConsumableModifier 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.classA compact representation of a tree, that is a nested list structure.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). -
Uses of Consumable in gnu.mapping
Classes in gnu.mapping that implement ConsumableModifier and TypeClassDescriptionclassclassclassValues<E>Encapsulate multiple values in a single object.static classAn implementation of Values that stores the values in an array.static classAn implementation of Values that uses a java.util.List.static classAn implementation of Values that uses a TreeList.static classValues.Values2<E,V1 extends E, V2 extends E> A specialization of Values for exactly 2 values. -
Uses of Consumable in gnu.xml
Classes in gnu.xml that implement ConsumableModifier and TypeClassDescriptionclassUse to represent a Document or Document Fragment, in the XML DOM sense. -
Uses of Consumable in kawa.lang
Classes in kawa.lang that implement ConsumableModifier and TypeClassDescriptionstatic classstatic classstatic classA list of "forms" to be further processed.static classAn implementationof Values using a linked list.