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 FVectorApplicationMainSupport. commandLineArguments -
Uses of FVector in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return FVector Modifier and Type Method Description static 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
Methods in gnu.lists that return FVector Modifier and Type Method Description static FVectorFVector. cast(Object value)static FVectorFVector. castOrNull(Object obj)static FVectorFVector. 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 classArgListVector -
Uses of FVector in kawa.standard
Methods in kawa.standard that return FVector Modifier and Type Method Description static FVectorvector_append. apply$V(Object[] args)
-