|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DCollection | |
|---|---|
| org.apache.ojb.odmg.collections | |
| org.odmg | |
| Uses of DCollection in org.apache.ojb.odmg.collections |
|---|
| Classes in org.apache.ojb.odmg.collections that implement DCollection | |
|---|---|
class |
DBagImpl
The DBag implementation class. |
class |
DListImpl
|
class |
DSetImpl
|
| Methods in org.apache.ojb.odmg.collections that return DCollection | |
|---|---|
DCollection |
DSetImpl.query(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. |
DCollection |
DListImpl.query(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. |
| 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(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||