public interface CounterValueProvider extends Provider
isDifferential() method
indicates whether provided values are differential or total. In the former case
if the counter value is now H and was K when getValue() was invoked at
previous round, getValue() must return H-K.| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
boolean |
isDifferential() |