Uses of Class
gnu.lists.TransformedArray
Packages that use TransformedArray
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
-
Uses of TransformedArray in gnu.kawa.functions
Subclasses of TransformedArray in gnu.kawa.functionsModifier and TypeClassDescriptionstatic class
General array "view" class using a Procedure index transformer. -
Uses of TransformedArray in gnu.lists
Subclasses of TransformedArray in gnu.listsModifier and TypeClassDescriptionclass
Indexing "composes" with a set of indexing arrays.static class
Same as ComposedArray but also implements AVector.class
View an array as a vector, with the former's elements in row-major order.class
GeneralArray<E>
A class to handle general multi-dimensional arrays.class