Interface CounterGroup

All Superinterfaces:
CounterGroupBase<Counter>, Iterable<Counter>, Writable

@Public @Stable public interface CounterGroup extends CounterGroupBase<Counter>
A group of Counters that logically belong together. Typically, it is an Enum subclass and the counters are the values.