ch.bind.philib.util
public final class CounterRepo extends Object
| Modifier and Type | Field and Description |
|---|---|
static CounterRepo |
DEFAULT |
| Constructor and Description |
|---|
CounterRepo() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Counter |
forClass(Class<?> clazz) |
Counter |
forClass(Class<?> clazz,
String postfix) |
Counter |
forName(String name) |
Counter |
forName(String name,
String postfix) |
Collection<Counter> |
getCounters() |
void |
remove(Class<?> clazz) |
void |
remove(Class<?> clazz,
String postfix) |
void |
remove(String name) |
void |
remove(String name,
String postfix) |
public static final CounterRepo DEFAULT
public void remove(String name)
public void remove(Class<?> clazz)
public Collection<Counter> getCounters()
public void clear()
Copyright © 2014. All Rights Reserved.