Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.odmg.DBag

Uses of DBag in org.odmg
 

Methods in org.odmg that return DBag
 DBag Implementation.newDBag()
          Create a new DBag object.
 DBag DBag.union(DBag otherBag)
          A new DBag instance is created that is the union of this object and otherBag.
 DBag DBag.intersection(DBag otherBag)
          A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
 DBag DBag.difference(DBag otherBag)
          A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
 

Methods in org.odmg with parameters of type DBag
 DBag DBag.union(DBag otherBag)
          A new DBag instance is created that is the union of this object and otherBag.
 DBag DBag.intersection(DBag otherBag)
          A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
 DBag DBag.difference(DBag otherBag)
          A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.