Uses of Interface
org.zedlib.Bag

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.
 



Copyright © 2006 Brad Long. All Rights Reserved.