Uses of Class
gnu.lists.GeneralArray
Packages that use GeneralArray
Package
Description
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 GeneralArrayModifier and TypeMethodDescriptionstatic GeneralArray
Arrays.allocateArray
(Array shape) Convenience method for resolving shape specifiers. -
Uses of GeneralArray in gnu.lists
Subclasses of GeneralArray in gnu.listsMethods in gnu.lists that return GeneralArrayModifier and TypeMethodDescriptionstatic <E> GeneralArray
<E> static <E> GeneralArray
<E> static <E> GeneralArray
<E> Arrays.simpleCopy
(Array<E> arr, boolean writable)