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 StatsTable
public Collection<StatsColumn> getColumnHeaders()
getColumnHeaders
in interface StatsTable
public List<StatsLine> getLines()
getLines
in interface StatsTable
public void addLine(StatsLine line)
Copyright © 2016. All Rights Reserved.