public class Cell extends Object
| Constructor and Description | 
|---|
Cell(long r,
    long c,
    double v)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCol()  | 
long | 
getRow()  | 
double | 
getValue()  | 
void | 
setCol(long col)  | 
void | 
setRow(long row)  | 
void | 
setValue(double value)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.