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 classGeneral array "view" class using a Procedure index transformer. -
Uses of TransformedArray in gnu.lists
Subclasses of TransformedArray in gnu.listsModifier and TypeClassDescriptionclassIndexing "composes" with a set of indexing arrays.static classSame as ComposedArray but also implements AVector.classView an array as a vector, with the former's elements in row-major order.classGeneralArray<E>A class to handle general multi-dimensional arrays.class