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>
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.common.collect.ForwardingMapForwardingMap.StandardEntrySet, ForwardingMap.StandardKeySet, ForwardingMap.StandardValues
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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()
 
- 
- 
Method Details- 
decrement
- 
increment
- 
decrement
- 
increment
- 
getCount
- 
delegate- Specified by:
- delegatein class- ForwardingMap<T,- Long> 
 
 
-