Constructor | Description |
---|---|
Counter() |
Modifier and Type | Method | Description |
---|---|---|
long |
decrement(T key) |
|
long |
decrement(T key,
long amount) |
|
protected Map<T,Long> |
delegate() |
|
long |
getCount(T key) |
|
long |
increment(T key) |
|
long |
increment(T key,
long amount) |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2020. All rights reserved.