public class CountersImpl extends Object implements Counters
Constructor and Description |
---|
CountersImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(Counters other) |
Counter |
getCounter(String name) |
Iterable<? extends Counter> |
getCounters() |
String |
toString() |
public Counter getCounter(String name)
getCounter
in interface Counters
name
- counter namepublic Iterable<? extends Counter> getCounters()
getCounters
in interface Counters
Copyright © 2015 Google. All rights reserved.