public class StatsTableImpl extends Object implements StatsTable
| Constructor and Description |
|---|
StatsTableImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(StatsLine line) |
Collection<StatsColumn> |
getColumnHeaders() |
List<StatsLine> |
getLines() |
String |
getName() |
public StatsTableImpl(String name)
public String getName()
getName in interface StatsTablepublic Collection<StatsColumn> getColumnHeaders()
getColumnHeaders in interface StatsTablepublic List<StatsLine> getLines()
getLines in interface StatsTablepublic void addLine(StatsLine line)
Copyright © 2017. All rights reserved.