public class IOMatrix extends Object
| Constructor and Description |
|---|
IOMatrix() |
IOMatrix(List<String[]> lines) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IOCell |
getCell(int row,
int column) |
String |
getName() |
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
IOCell |
getOrCreateCell(int row,
int column) |
IOMatrix |
setCell(IOCell cell,
int row,
int column) |
IOMatrix |
setCell(IOCell cell,
int row,
int column,
int rowspan,
int colspan) |
IOMatrix |
setName(String name) |
List<String[]> |
toList() |
String |
toString() |
void |
transpose() |
Copyright © 2015. All rights reserved.