- java.lang.Object
-
- ch.bind.philib.util.CounterRepo
-
public final class CounterRepo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CounterRepoDEFAULT
-
Constructor Summary
Constructors Constructor Description CounterRepo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()CounterforClass(Class<?> clazz)CounterforClass(Class<?> clazz, String postfix)CounterforName(String name)CounterforName(String name, String postfix)Collection<Counter>getCounters()voidremove(Class<?> clazz)voidremove(Class<?> clazz, String postfix)voidremove(String name)voidremove(String name, String postfix)
-
-
-
Field Detail
-
DEFAULT
public static final CounterRepo DEFAULT
-
-
Method Detail
-
remove
public void remove(String name)
-
remove
public void remove(Class<?> clazz)
-
getCounters
public Collection<Counter> getCounters()
-
clear
public void clear()
-
-