public class Bag<E> extends java.lang.Object
Bag()
Bag(java.util.Map<E,java.lang.Integer> map)
boolean
add(E e)
add(E e, int count)
java.util.Collection<java.util.Map.Entry<E,java.lang.Integer>>
entrySet()
int
getCount(E e)
java.util.Set<E>
keySet()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Bag()
public Bag(java.util.Map<E,java.lang.Integer> map)
public boolean add(E e)
public boolean add(E e, int count)
public java.util.Set<E> keySet()
public java.util.Collection<java.util.Map.Entry<E,java.lang.Integer>> entrySet()
public int getCount(E e)
SpotBugs is licensed under the LGPL.