Uses of Class
com.walkfares.odsl.var.matrix.VarCell
Package | Description |
---|---|
com.walkfares.odsl.var.matrix |
-
Uses of VarCell in com.walkfares.odsl.var.matrix
Methods in com.walkfares.odsl.var.matrix that return VarCell Modifier and Type Method Description VarCell
VarCell. setCol(int col)
VarCell
VarCell. setRow(int row)
VarCell
VarCell. setValue(Var value)
Methods in com.walkfares.odsl.var.matrix with parameters of type VarCell Modifier and Type Method Description int
VarCellComparator. compare(VarCell o1, VarCell o2)
Compares its two arguments for order.Method parameters in com.walkfares.odsl.var.matrix with type arguments of type VarCell Modifier and Type Method Description VarSpreadsheet
VarSpreadsheet. withCells(List<VarCell> cells)