|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jbenchmark.util.StatisticsSummary
Represents an abstraction of statistics that might be reported on. Publishers should take this and format it in the format that they need to and then write it to whatever output that they want.
Constructor Summary | |
StatisticsSummary()
Default constructor |
|
StatisticsSummary(java.lang.String[] columnHeadings,
java.text.Format[] columnFormats,
java.lang.Object[] columnValues)
Each column has a heading, a format and a set of values. |
Method Summary | |
java.text.Format[] |
getFormats()
Get the formatting for each of the values that appear. |
java.lang.String[] |
getHeadings()
Get the list of headings for the statistics. |
java.lang.Object[] |
getValues()
Get the values that are to be reported on for the summary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatisticsSummary()
public StatisticsSummary(java.lang.String[] columnHeadings, java.text.Format[] columnFormats, java.lang.Object[] columnValues)
columnHeadings
- Headings for each of the columns.columnFormats
- Formats for each of the column values (elements can be null if no formatting required).columnValues
- Values for the columns.Method Detail |
public java.lang.String[] getHeadings()
public java.text.Format[] getFormats()
public java.lang.Object[] getValues()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |