Interface IProcessingStatistic
-
- All Known Implementing Classes:
ProcessingStatistic
public interface IProcessingStatisticThe processing statistic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Doubleget(java.lang.String key)Gets the statistic valuejava.util.Set<java.lang.String>keySet()Returns the statistic key set
-