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 FVector
LangObjType.coerceToConstVector
(Object obj) static FVector
ReaderVector.readVector
(LispReader lexer, gnu.kawa.io.InPort port, int count, char close, int sharingIndex) -
Uses of FVector in gnu.lists
Modifier and TypeMethodDescriptionstatic FVector
static FVector
FVector.castOrNull
(Object obj) static FVector
static <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