|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Bag in org.zedlib |
| Classes in org.zedlib that implement Bag | |
class |
HashBag
Bags are collections of elements of X in which the number of times an element occurs is significant. |
| Methods in org.zedlib with parameters of type Bag | |
boolean |
HashBag.isSubBagOf(Bag c)
Determines whether this bag is a sub-bag of a given bag. |
boolean |
Bag.isSubBagOf(Bag c)
Determines whether this bag is a sub-bag of a given bag. |
| Constructors in org.zedlib with parameters of type Bag | |
HashBag(Bag b)
Constructs a bag from another given bag. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||