public class SimpleStatistics extends Object implements EventStatistics<SimpleStatistics>
| 构造器和说明 |
|---|
SimpleStatistics() |
public long total()
public void receive(Object event)
receive 在接口中 EventStatistics<SimpleStatistics>public void minus(SimpleStatistics statistics)
minus 在接口中 EventStatistics<SimpleStatistics>public void plus(SimpleStatistics statistics)
plus 在接口中 EventStatistics<SimpleStatistics>public SimpleStatistics clone()
clone 在接口中 EventStatistics<SimpleStatistics>clone 在类中 ObjectCopyright © 2025 fossc. All rights reserved.