|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.proxy.BaseCollectionProxy.ViewIterator
public final class BaseCollectionProxy.ViewIterator
Iterator for all documents in a view.
A Mapper instance is used to map Notes document into a business object. If no Mapper is provided, a simple default mapper is used that maps the Notes document into a simple data structure that implements the DDocument interface.
DDocument
Constructor Summary | |
---|---|
protected |
BaseCollectionProxy.ViewIterator(DView theView)
Constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
The remove operation is not supported by this Iterator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BaseCollectionProxy.ViewIterator(DView theView)
theView
- the ViewMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
Iterator.hasNext()
public java.lang.Object next()
next
in interface java.util.Iterator
Iterator.next()
public void remove()
UnsupportedOperationException
is thrown if this
method is called.
remove
in interface java.util.Iterator
Iterator.remove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |