Class SystemStatistics<T extends Number>

java.lang.Object
org.deltava.beans.stats.SystemStatistics<T>
Type Parameters:
T - the value class
All Implemented Interfaces:
Serializable, Comparable<SystemStatistics<Number>>

public class SystemStatistics<T extends Number> extends Object implements Serializable, Comparable<SystemStatistics<Number>>
A bean to store System Information statistics.
Since:
6.4
Version:
7.2
Author:
Luke
See Also:
  • Constructor Details

    • SystemStatistics

      public SystemStatistics(String label, T count)
      Create a new Statistics bean.
      Parameters:
      label - the statistics label
      count - the statistics count
  • Method Details