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

Quick Search    Search Deep

Uses of Interface
org.odmg.DCollection

Uses of DCollection in org.odmg
 

Subinterfaces of DCollection in org.odmg
 interface DArray
          The interface that defines the operations of an ODMG array.
 interface DBag
          This interface defines the operations associated with an ODMG bag collection.
 interface DList
          The ODMG List collection.
 interface DSet
          The ODMG Set collection interface.
 

Methods in org.odmg that return DCollection
 DCollection DCollection.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.