Bag()
Bag(Map<E,Integer> map)
boolean
add(E e)
add(E e, int count)
Collection<Map.Entry<E,Integer>>
entrySet()
int
getCount(E e)
Set<E>
keySet()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait