org.jcon.data
Interface MultiIterator
- All Superinterfaces:
- java.util.Iterator
- All Known Implementing Classes:
- DovetailMultiIterator, 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.
|
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.