Uses of Class
gnu.lists.TransformedArray
-
Packages that use TransformedArray Package Description gnu.kawa.functions gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of TransformedArray in gnu.kawa.functions
Subclasses of TransformedArray in gnu.kawa.functions Modifier and Type Class Description static class
Arrays.ProcTransformedArray<E>
General array "view" class using a Procedure index transformer. -
Uses of TransformedArray in gnu.lists
Subclasses of TransformedArray in gnu.lists Modifier and Type Class Description class
ComposedArray<E>
Indexing "composes" with a set of indexing arrays.static class
ComposedArray.AsSequence<E>
Same as ComposedArray but also implements AVector.class
FlattenedArray<E>
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
GeneralArray1<E>
-