public abstract class CounterChain<T extends Countable> extends Object implements Counter<T>
CounterChain()
void
addCounter(Counter<T> counter)
count(T value)
protected abstract Executor
getThreadPool()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CounterChain()
public void addCounter(Counter<T> counter)
protected abstract Executor getThreadPool()
public void count(T value)
count
Counter<T extends Countable>
Copyright © 2018. All rights reserved.