psdi.mbo.iterator

Class NoDeletedMboSetIterator

  • java.lang.Object
    • psdi.mbo.iterator.NoDeletedMboSetIterator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoDeletedMboSetIterator

        public NoDeletedMboSetIterator(MboSetIterator iter)
        Constructor.
        Parameters:
        iter - The iterator that will supply the Mbo's.