Class RowMapOperation.GridMap

  • Enclosing class:
    RowMapOperation

    public static class RowMapOperation.GridMap
    extends Object
    Stores the new column model to be applied on the new grid, and the row mappers used to derive the new grid.

    The positive mapper is applied to the rows matched by the filter, the negative one is applied to the other rows.

    Computing both the ColumnModel and the RowMappers can be useful in certain situations where computing both separately would be wasteful.