Package | Description |
---|---|
gnu.kawa.lispexpr |
Support classes for compiling and running Lisp languages.
|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Method and Description |
---|---|
static U8Vector |
LangObjType.coerceToU8Vector(java.lang.Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
Blob
Binary data which may represent text or other information.
|
Modifier and Type | Method and Description |
---|---|
U8Vector |
Blob.asPlainBytevector() |
static U8Vector |
U8Vector.cast(java.lang.Object value) |
static U8Vector |
U8Vector.castOrNull(java.lang.Object obj) |
protected U8Vector |
U8Vector.newInstance(int newLength) |