com.partnersoft.data
Interface MultiIterator<T>
- All Superinterfaces:
- java.util.Iterator<T>
- All Known Implementing Classes:
- SerialMultiIterator
public interface MultiIterator<T>
- extends java.util.Iterator<T>
An iterator that traverses a set of sub-enumerations in some manner. Order
of processing and element retrieval is implementation-dependent.
Copyright 2008 Partner Software, Inc.
- Version:
- $Id: MultiIterator.java 1195 2008-02-18 22:37:30Z paul $
- Author:
- Paul Reavis
|
Method Summary |
void |
add(java.util.Iterator<T> 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<T> newEnum)
- Adds an enumeration to the end of the multienumeration.