Interface StatisticsReportFormat

    • Method Detail

      • formatReport

        java.util.List<java.lang.String> formatReport​(java.util.List<StatisticsEntry> entries)
        Return a list of report lines. Often, one line will represent one entry but that must not necessarily be the case.
        Returns:
        All report lines. No trailing `CR` or `LF` characters are needed.
        See Also:
        StatisticsEntry