public class RevIndex extends IndexFunction implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
computeDimension(DataCharacteristics in,
DataCharacteristics out) |
boolean |
computeDimension(int row,
int col,
MatrixValue.CellIndex retDim) |
void |
execute(MatrixIndexes in,
MatrixIndexes out) |
void |
execute(MatrixValue.CellIndex in,
MatrixValue.CellIndex out) |
static RevIndex |
getRevIndexFnObject() |
public static RevIndex getRevIndexFnObject()
public boolean computeDimension(int row, int col, MatrixValue.CellIndex retDim)
computeDimension
in class IndexFunction
public boolean computeDimension(DataCharacteristics in, DataCharacteristics out)
computeDimension
in class IndexFunction
public void execute(MatrixIndexes in, MatrixIndexes out)
execute
in class IndexFunction
public void execute(MatrixValue.CellIndex in, MatrixValue.CellIndex out)
execute
in class IndexFunction
Copyright © 2020 The Apache Software Foundation. All rights reserved.