- Type Parameters:
EntryType
- The type for an entry in the collection.
- All Implemented Interfaces:
- java.io.Serializable, java.util.Iterator<EntryType>
@CodeReview(reviewer="Kevin R. Dixon",date="2008-02-08",changesNeeded=false,comments="Interface looks fine.") @CodeReview(reviewer="Kevin R. Dixon",date="2006-07-18",changesNeeded=true,comments="Non-standard use of direct-member access, instead of getters and setters. Please review.",response=@CodeReviewResponse(respondent="Justin Basilico",date="2006-08-17",moreChangesNeeded=false,comments="Updated comments to indicate that it does not use getters"))
public class MultiIterator<EntryType>
extends java.lang.Object
implements java.util.Iterator<EntryType>, java.io.Serializable
The MultiIterator
class implements an iterator that iterates over a
bunch of internal iterators, exhausting one before moving to the next.
- Since:
- 1.0
- Author:
- Justin Basilico
- See Also:
- Serialized Form