Counter is a utility class to keep a count of items
Get an element from storage
Find the most common item, using a schwartz sorting algorithm.
Reset the count of an element
Reset the count of all elements
Increment the total amount of items, and the specified item, by one
The associative array with the actual data
The total amount of items
See Implementation
Counter is a utility class to keep a count of items