|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.collections.DefaultMapBag org.apache.commons.collections.HashBag
public class HashBag
A Bag
that is backed by a HashMap
.
Constructor Summary | |
---|---|
HashBag()
Deprecated. Constructs an empty HashBag . |
|
HashBag(java.util.Collection coll)
Deprecated. Constructs a Bag containing all the members of the given
collection. |
Method Summary |
---|
Methods inherited from class org.apache.commons.collections.DefaultMapBag |
---|
add, add, addAll, calcTotalSize, clear, contains, containsAll, containsAll, equals, getCount, getMap, hashCode, isEmpty, iterator, remove, remove, removeAll, retainAll, retainAll, setMap, size, toArray, toArray, toString, uniqueSet |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.commons.collections.Bag |
---|
add, add, containsAll, getCount, iterator, remove, remove, removeAll, retainAll, size, uniqueSet |
Methods inherited from interface java.util.Collection |
---|
addAll, clear, contains, equals, hashCode, isEmpty, toArray, toArray |
Constructor Detail |
---|
public HashBag()
HashBag
.
public HashBag(java.util.Collection coll)
Bag
containing all the members of the given
collection.
coll
- a collection to copy into this bag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |