- java.lang.Object
-
- edu.umd.cs.findbugs.util.Bag<E>
-
-
Constructor Summary
Constructors
Constructor and Description |
Bag() |
Bag(java.util.Map<E,java.lang.Integer> map) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
add(E e) |
boolean |
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() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
add
public boolean add(E e)
-
getCount
public int getCount(E e)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.