Uses of Class
gnu.lists.GeneralArray
-
Packages that use GeneralArray Package Description gnu.kawa.functions gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of GeneralArray in gnu.kawa.functions
Methods in gnu.kawa.functions that return GeneralArray Modifier and Type Method Description static GeneralArrayArrays. allocateArray(Array shape)Convenience method for resolving shape specifiers. -
Uses of GeneralArray in gnu.lists
Subclasses of GeneralArray in gnu.lists Modifier and Type Class Description classGeneralArray1<E>Methods in gnu.lists that return GeneralArray Modifier and Type Method Description static <E> GeneralArray<E>GeneralArray. make(AVector<E> base, int[] dimensions, int[] lowBounds, int[] strides, int offset)static <E> GeneralArray<E>GeneralArray. make0(AVector<E> base)static <E> GeneralArray<E>Arrays. simpleCopy(Array<E> arr, boolean writable)
-