public class Table extends Object
Table()
void
addRow(String s)
addRow(TableRow row)
static Table
createTable(String raw)
boolean
equals(Object o)
List<TableRow>
getRows()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Table()
public void addRow(String s)
public void addRow(TableRow row)
public List<TableRow> getRows()
public static Table createTable(String raw)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2015 Atlassian. All rights reserved.