counting_set library

Classes

CountingHashSet<E>
A HashSet that remembers how many times an element was added, and requires that element to be removed that many times before it's actually removed.