|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CounterValueProvider
A provider of values for a given counter. The
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.
Method Summary
longgetValue()
booleanisDifferential()
Method Detail
getValue
long getValue()
isDifferential
boolean isDifferential()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD