- All Known Implementing Classes:
- ConditionFilterMboIterator, NoDeletedMboSetIterator, RelatedMboIterator, SimpleMboSetIterator, SpecificMboIterator
public interface MboSetIterator
Like the Iterator interface, but for returning Mbos from a MboSet.
All the methods throw exceptions, and the close method should be called
when the iterator is not longer needed.
There can be more than one iterator per MboSet, since the iterator uses
an internal position variable and doesn't rely on the MboSet's position.
- Author:
- John Neville