| Constructor and Description |
|---|
IOMatrix() |
IOMatrix(List<String[]> lines) |
| Modifier and Type | Method and Description |
|---|---|
IOMatrix |
clone() |
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,
int rowspan,
int colspan) |
IOMatrix |
setName(String name) |
List<String[]> |
toList() |
String |
toString() |
String[][] |
toStringArray() |
void |
transpose() |
public String getName()
public IOCell getCell(int row, int column)
public IOCell getOrCreateCell(int row, int column)
public int getNumberOfRows()
public int getNumberOfColumns()
public String[][] toStringArray()
public IOMatrix clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void transpose()
Copyright © 2015. All rights reserved.