public interface CounterMap<T>
Modifier and Type | Method and Description |
---|---|
java.util.Map<T,java.lang.Integer> |
getFinalStateAndCleanIt() |
int |
getValue(T key) |
void |
incrementValue(T key) |
void |
incrementValue(T key,
int value) |
void incrementValue(T key)
void incrementValue(T key, int value)
java.util.Map<T,java.lang.Integer> getFinalStateAndCleanIt()