|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--org.apache.commons.collections.DefaultMapBag
|
+--org.apache.commons.collections.HashBag
An implementation of Bag that is backed by a HashMap.
| Constructor Summary | |
HashBag()
Constructs a new empty HashBag. |
|
HashBag(Collection c)
New Bag containing all the members of the given
collection. |
|
| 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 |
| Constructor Detail |
public HashBag()
HashBag.public HashBag(Collection c)
Bag containing all the members of the given
collection.DefaultMapBag.addAll(java.util.Collection)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||