Uses of Class
gnu.lists.U8Vector
-
Packages that use U8Vector Package Description gnu.kawa.lispexpr gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of U8Vector in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return U8Vector Modifier and Type Method Description static U8VectorLangObjType. coerceToU8Vector(Object obj) -
Uses of U8Vector in gnu.lists
Subclasses of U8Vector in gnu.lists Modifier and Type Class Description classBlobBinary data which may represent text or other information.Methods in gnu.lists that return U8Vector Modifier and Type Method Description U8VectorBlob. asPlainBytevector()static U8VectorU8Vector. cast(Object value)static U8VectorU8Vector. castOrNull(Object obj)protected U8VectorU8Vector. newInstance(int newLength)
-