|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A DBCollection is an universal container to collect
DBObject.
| Method Summary | |
boolean |
contains(DBObject obj)
Returns true if this container contains a DBObject to the specified obj. |
boolean |
contains(java.lang.String objName)
Returns true if this container contains a DBObject for the specified objName. |
boolean |
isEmpty()
Returns true if this collection contains no elements. |
java.util.Iterator |
iterator()
Returns an iterator over the elements in this collection. |
int |
size()
Retrieves amount of DBObject. |
| Method Detail |
public int size()
DBObject.
DBObjectpublic boolean isEmpty()
public boolean contains(java.lang.String objName)
DBObject for the specified objName.
objName - The name whose presence in this container is to be tested
DBObject for the specified objName.public boolean contains(DBObject obj)
DBObject to the specified obj.
obj - whose presence in this container is to be tested.
DBObject.public java.util.Iterator iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||