public static final class BaseProxy.DocumentCollectionIterator extends BaseProxy implements DNotesIterator
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,
Serialized FormBaseProxy.DocumentCollectionIteratorDATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES| Modifier | Constructor and Description |
|---|---|
protected |
DocumentCollectionIterator(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.DocumentCollection theCollection,
DNotesMonitor monitor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Returns the number of objects in the iterator.
|
boolean |
hasNext() |
Object |
next() |
void |
remove()
The remove operation is not supported by this Iterator.
|
String |
toString()
Returns a short description of an instance.
|
checkSession, clearNotesObject, convertCalendarsToNotesDateTime, convertListToVector, convertNotesDateTimesToCalendar, convertVectorToList, createCalendar, createDateRange, createDateTime, decrementDateTimeCounter, finalize, getCountDateTime, getDSession, getFactory, getNotesObject, getParent, incrementDateTimeCounter, newException, newException, newException, newRuntimeException, newRuntimeException, newRuntimeException, recycleDateTimeList, refereceHashCode, toStringGeneric, toStringInterngetMonitor, setMonitorclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingprotected DocumentCollectionIterator(NotesProxyFactory theFactory, DBase theParent, lotus.domino.DocumentCollection theCollection, DNotesMonitor monitor)
theFactory - the controlling factorytheParent - the parent databasemonitor - the monitortheCollection - the Notes document collectionpublic 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()public String toString()
toString in interface DBasetoString in class ObjectObject.toString()public int getSize()
getSize in interface DNotesIteratorDNotesIterator.getSize()Copyright © 2005–2020. All rights reserved.