public class Array extends Object
Constructor and Description |
---|
Array() |
Modifier and Type | Method and Description |
---|---|
void |
addEmptyRow() |
void |
addRow(String[] row) |
String |
decode(String value) |
void |
deleteRow(int delRow) |
String |
encode(String value) |
void |
fromString(String in) |
double |
getCellDoubleValue(int r,
int c) |
String |
getCellValue(int r,
int c) |
String |
getCellValueConvertFormated(int r,
int c,
double k,
int digit) |
String |
getCellValueFormated(int r,
int c,
int digit) |
String |
getColTitle(int c) |
String |
getRowTitle(int r) |
int |
getSize() |
int |
getWidth() |
void |
setCellValue(int r,
int c,
String value) |
void |
setColTitle(int c,
String value) |
void |
setRowTitle(int r,
String title) |
void |
sort(int col) |
String |
toString() |
public void fromString(String in)
public String getColTitle(int c)
public void setColTitle(int c, String value)
public String getRowTitle(int r)
public void setRowTitle(int r, String title)
public double getCellDoubleValue(int r, int c)
public String getCellValue(int r, int c)
public void setCellValue(int r, int c, String value)
public String getCellValueFormated(int r, int c, int digit)
public String getCellValueConvertFormated(int r, int c, double k, int digit)
public void addRow(String[] row)
public void addEmptyRow()
public void deleteRow(int delRow)
public int getSize()
public int getWidth()
public void sort(int col)
Copyright © 2012-2018. All Rights Reserved.