public class NoDeletedMboSetIterator extends java.lang.Object implements MboSetIterator
This class is very similar.
Constructor and Description |
---|
NoDeletedMboSetIterator(MboSetIterator iter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the Iterator which usually closes a MboSet.
|
boolean |
hasNext()
Does the iterator have a next record?
|
MboRemote |
next()
Returns the next Mbo.
|
public NoDeletedMboSetIterator(MboSetIterator iter)
iter
- The iterator that will supply the Mbo's.public boolean hasNext() throws MXException, java.rmi.RemoteException
MboSetIterator
hasNext
in interface MboSetIterator
MXException
java.rmi.RemoteException
public MboRemote next() throws java.rmi.RemoteException, MXException
MboSetIterator
next
in interface MboSetIterator
java.rmi.RemoteException
MXException
public void close() throws java.rmi.RemoteException, MXException
MboSetIterator
close
in interface MboSetIterator
java.rmi.RemoteException
MXException