Class Counter<T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<T,java.lang.Integer>
-
- org.processmining.specpp.datastructures.util.Counter<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<T,java.lang.Integer>
public class Counter<T> extends java.util.HashMap<T,java.lang.Integer>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Counter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinc(T t)voidinc(T t, int by)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-