public class SimpleTable extends Object
Constructor and Description |
---|
SimpleTable(int columnsTotal) |
SimpleTable(String[] header) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(String... line) |
StringBuilder |
append(StringBuilder buf,
boolean order) |
int |
columnsTotal() |
boolean |
isEmpty() |
int |
size() |
String |
toString() |
String |
toString(boolean order) |
public SimpleTable(String[] header)
public SimpleTable(int columnsTotal)
public int columnsTotal()
public void addLine(String... line)
public int size()
public boolean isEmpty()
public String toString(boolean order)
public StringBuilder append(StringBuilder buf, boolean order)
Copyright © 2023 JBoss by Red Hat. All rights reserved.