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 SummaryNested classes/interfaces inherited from class com.google.common.collect.ForwardingMapForwardingMap.StandardEntrySet, ForwardingMap.StandardKeySet, ForwardingMap.StandardValues
- 
Constructor SummaryConstructorsConstructorDescriptionCounter()Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionlongDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, 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.longDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.google.common.collect.ForwardingMapclear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesMethods inherited from class com.google.common.collect.ForwardingObjecttoStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
Counterpublic Counter()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
decrementDeprecated, for removal: This API element is subject to removal in a future version.
- 
incrementDeprecated, for removal: This API element is subject to removal in a future version.
- 
decrementDeprecated, for removal: This API element is subject to removal in a future version.
- 
incrementDeprecated, for removal: This API element is subject to removal in a future version.
- 
getCountDeprecated, for removal: This API element is subject to removal in a future version.
- 
delegateDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- delegatein class- ForwardingMap<T,- Long> 
 
 
-