Uses of Interface
org.odmg.DBag
Packages that use DBag
-
Uses of DBag in org.odmg
Modifier and TypeMethodDescriptionDBag.difference(DBag otherBag) A newDBaginstance is created that contains the difference of this object and theDBaginstance referenced byotherBag.DBag.intersection(DBag otherBag) A newDBaginstance is created that contains the intersection of this object and theDBagreferenced byotherBag.Implementation.newDBag()Create a newDBagobject.A newDBaginstance is created that is the union of this object andotherBag.Modifier and TypeMethodDescriptionDBag.difference(DBag otherBag) A newDBaginstance is created that contains the difference of this object and theDBaginstance referenced byotherBag.DBag.intersection(DBag otherBag) A newDBaginstance is created that contains the intersection of this object and theDBagreferenced byotherBag.A newDBaginstance is created that is the union of this object andotherBag. -
Uses of DBag in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return DBag -
Uses of DBag in rasj
-
Uses of DBag in rasj.clientcommhttp
Methods in rasj.clientcommhttp that return DBag -
Uses of DBag in rasj.odmg
Modifier and TypeMethodDescriptionRasBag.difference(DBag otherBag) A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.RasBag.intersection(DBag otherBag) A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.RasODMGImplementation.newDBag()Create a new DBag object.A new DBag instance is created that is the union of this object and otherBag.Modifier and TypeMethodDescriptionRasBag.difference(DBag otherBag) A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.RasBag.intersection(DBag otherBag) A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.A new DBag instance is created that is the union of this object and otherBag.