public final class BaseCollectionProxy.ViewIterator extends Object implements Iterator
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| Modifier | Constructor and Description |
|---|---|
protected |
ViewIterator(DView theView)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove()
The remove operation is not supported by this Iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected ViewIterator(DView theView)
theView - the Viewpublic boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()public void remove()
UnsupportedOperationException is thrown if this
method is called.remove in interface IteratorIterator.remove()Copyright © 2005–2020. All rights reserved.