com.partnersoft.data
Interface MultiIterator
- All Superinterfaces:
- java.util.Iterator
- All Known Implementing Classes:
- SequentialMultiIterator
public interface MultiIterator
- extends java.util.Iterator
An enumeration that traverses a set of sub-enumerations in some manner.
Order of processing and element retrieval is implementation-dependent.
- Author:
- Paul Reavis
|
Method Summary |
void |
add(java.util.Iterator newEnum)
Adds an enumeration to the end of the multienumeration. |
| Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
add
void add(java.util.Iterator newEnum)
- Adds an enumeration to the end of the multienumeration.