Package co.aikar.util
Class Counter<T>
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<T,Long>
co.aikar.util.Counter<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
ForwardingMap.StandardEntrySet, ForwardingMap.StandardKeySet, ForwardingMap.StandardValues
-
Constructor Summary
ConstructorDescriptionCounter()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.delegate()
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
Methods inherited from class com.google.common.collect.ForwardingObject
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
Counter
public Counter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
decrement
Deprecated, for removal: This API element is subject to removal in a future version. -
increment
Deprecated, for removal: This API element is subject to removal in a future version. -
decrement
Deprecated, for removal: This API element is subject to removal in a future version. -
increment
Deprecated, for removal: This API element is subject to removal in a future version. -
getCount
Deprecated, for removal: This API element is subject to removal in a future version. -
delegate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
delegate
in classForwardingMap<T,
Long>
-