public class JoinIterator extends Object implements Iterator
Constructor and Description |
---|
JoinIterator(Iterator[] iterators)
Creates an Iterator that joins other Iterators.
|
public JoinIterator(Iterator[] iterators)
iterators
- the Iterators whose results are joinedIllegalArgumentException
- if a null array argument, or one with less than 2 elements is
usedCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.