Uses of Interface
org.odmg.DCollection
-
Packages that use DCollection Package Description org.odmg rasj.clientcommhttp rasj.odmg -
-
Uses of DCollection in org.odmg
Subinterfaces of DCollection in org.odmg Modifier and Type Interface Description interfaceDArrayThe interface that defines the operations of an ODMG array,
not yet available in RasDaMan.interfaceDBagThis interface defines the operations associated with an ODMG bag collection.interfaceDListThe ODMG List collection.interfaceDSetThe ODMG Set collection interface.Methods in org.odmg that return DCollection Modifier and Type Method Description DCollectionDCollection. query(java.lang.String predicate)Evaluate the boolean query predicate for each element of the collection and return a new collection that contains each element that evaluated to true,
not yet available in RasDaMan. -
Uses of DCollection in rasj.clientcommhttp
Methods in rasj.clientcommhttp that return DCollection Modifier and Type Method Description DCollectionRasHttpRequest. getDCollection()returns the result of the query as a DCollection -
Uses of DCollection in rasj.odmg
Classes in rasj.odmg that implement DCollection Modifier and Type Class Description classRasBagThis class implements the ODMG DBag interface.classRasCollectionThis abstract class should implement the ODMG DCollection interface but is not implemented yet, please use subclass RasBagclassRasListThis class implements the ODMG DList interface.classRasSetThis class implements the ODMG DSet interface.Methods in rasj.odmg that return DCollection Modifier and Type Method Description DCollectionRasCollection. query(java.lang.String predicate)Not implemented yet.
-