| Modifier | Constructor and Description |
|---|---|
protected |
CategoryIterator(lotus.domino.ViewNavigator theViewNavigator,
lotus.domino.ViewEntry firstEntry)
Constructs an CategoryIterator.
|
|
CategoryIterator(lotus.domino.ViewNavigator theViewNavigator,
lotus.domino.ViewEntry firstEntry,
Object theKey,
boolean isExact)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
The items iterator doesn't have to recycle anything.
|
boolean |
hasNext()
Indicates whether this iterator has a next element or not.
|
Object |
next()
Returns the next element of this iterator
or
null if hasNext()==false. |
void |
remove()
Throws an UnsupportedOperationException: The remove
operation is not supported by this Iterator.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected CategoryIterator(lotus.domino.ViewNavigator theViewNavigator,
lotus.domino.ViewEntry firstEntry)
theViewNavigator - the ViewNavigatorfirstEntry - the first entry or null of no entry is availablepublic CategoryIterator(lotus.domino.ViewNavigator theViewNavigator,
lotus.domino.ViewEntry firstEntry,
Object theKey,
boolean isExact)
theViewNavigator - the ViewNavigatorfirstEntry - the first matching entry or null of no entry matching entry is availabletheKey - the key, either a String a ListisExact - use true if you want an exact match or false for a partialpublic boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
null if hasNext()==false.next in interface IteratorDBaseItemIterator.next()public void remove()
remove in interface IteratorIterator.remove()protected void finalize()
throws Throwable
finalize in class ObjectThrowable - the Exception raised by this methodObject.finalize()Copyright © 2005–2020. All rights reserved.