Class StatisticsReport.None

    • Constructor Summary

      Constructors 
      Constructor Description
      None()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> formatReport​(java.util.List<StatisticsEntry> entries)
      Return a list of report lines.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • None

        public None()
    • Method Detail

      • formatReport

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