org.jcoderz.commons.statistics
Interface Resettable

All Known Implementing Classes:
Average, Counter, TimedAverage, TimedCounter

public interface Resettable

Interface for statistical entities that can be reset.

Author:
Albrecht Messner

Method Summary
 void reset()
          Resets the statistical entity that implements this interface.
 

Method Detail

reset

void reset()
Resets the statistical entity that implements this interface.



Copyright 2007 The jCoderZ Project.