T
- identifier used as a map key@Contract(threading=SAFE) public final class ConcurrentCountMap<T> extends Object
Constructor and Description |
---|
ConcurrentCountMap() |
Modifier and Type | Method and Description |
---|---|
int |
getCount(T identifier) |
int |
increaseCount(T identifier) |
void |
resetCount(T identifier) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.