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 Countersname - counter namepublic Iterable<? extends Counter> getCounters()
getCounters in interface CountersCopyright © 2015 Google. All rights reserved.