Uses of Class
gnu.lists.FVector
Packages that use FVector
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.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 FVector in gnu.expr
-
Uses of FVector in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return FVectorModifier and TypeMethodDescriptionstatic FVectorLangObjType.coerceToConstVector(Object obj) static FVectorReaderVector.readVector(LispReader lexer, gnu.kawa.io.InPort port, int count, char close, int sharingIndex) -
Uses of FVector in gnu.lists
Modifier and TypeMethodDescriptionstatic FVectorstatic FVectorFVector.castOrNull(Object obj) static FVectorstatic <E> FVector<E> FVector.makeConstant(E... data) FVector.newInstance(int newLength) -
Uses of FVector in gnu.mapping
Subclasses of FVector in gnu.mapping -
Uses of FVector in kawa.standard
Methods in kawa.standard that return FVector