Uses of Class
org.dspace.app.statistics.Stat
-
Packages that use Stat Package Description org.dspace.app.statistics Defines usage event instrumentation points and provides implementations for testing. -
-
Uses of Stat in org.dspace.app.statistics
Methods in org.dspace.app.statistics that return Stat Modifier and Type Method Description Stat[]Statistics. getStats()get an array of statistics back from this objectMethods in org.dspace.app.statistics with parameters of type Stat Modifier and Type Method Description voidStatistics. add(Stat stat)add an individual statistic to this objectvoidStatistics. add(Stat[] stats)add an array of statistics to this objectintStat. compareTo(Stat stat)Compare the current Stat to the given Stat returning -1 if o is less than the current Stat, 0 if they are the same, and +1 if o is greater than the current Stat.
-