Uses of Class
gnu.lists.FVector
-
Packages that use FVector Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.kawa.lispexpr gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).kawa.standard -
-
Uses of FVector in gnu.expr
Fields in gnu.expr declared as FVector Modifier and Type Field Description static FVector
ApplicationMainSupport. commandLineArguments
-
Uses of FVector in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return FVector Modifier and Type Method Description static 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
Methods in gnu.lists that return FVector Modifier and Type Method Description static FVector
FVector. cast(Object value)
static FVector
FVector. castOrNull(Object obj)
static FVector
FVector. make(Object... data)
static <E> FVector<E>
FVector. makeConstant(E... data)
protected FVector<E>
FVector. newInstance(int newLength)
-
Uses of FVector in gnu.mapping
Subclasses of FVector in gnu.mapping Modifier and Type Class Description class
ArgListVector
-
Uses of FVector in kawa.standard
Methods in kawa.standard that return FVector Modifier and Type Method Description static FVector
vector_append. apply$V(Object[] args)
-