| Constructor and Description |
|---|
MultiIterator(Collection collection) |
MultiIterator(Collection[] collections) |
MultiIterator(Collection collection,
Object object)
Iterates over the given
Collection, appended with the given Object. |
MultiIterator(Iterator iterator) |
MultiIterator(Iterator[] iterators) |
MultiIterator(Iterator iterator,
Object suffix)
Iterates over the given
Iterator, appended with the given suffix. |
MultiIterator(Object[] array) |
MultiIterator(Object[][] arrays) |
MultiIterator(Object object,
Collection collection)
Iterates over the given
Collection, prepended with the given Object. |
MultiIterator(Object prefix,
Iterator iterator)
Iterates over the given
Iterator, prepended with the given prefix. |
public MultiIterator(Iterator[] iterators)
iterators - An array of Iteratorspublic MultiIterator(Collection[] collections)
collections - An array of Collectionspublic MultiIterator(Object[][] arrays)
arrays - An array of arrayspublic MultiIterator(Collection collection)
collection - A Collection of Collections, Iterators and/or arrayspublic MultiIterator(Iterator iterator)
iterator - An iterator over Collections, Iterators and/or arrayspublic MultiIterator(Object[] array)
array - An array of Collections, Iterators and/or arrayspublic MultiIterator(Object object, Collection collection)
Collection, prepended with the given Object.public MultiIterator(Collection collection, Object object)
Collection, appended with the given Object.public MultiIterator(Object prefix, Iterator iterator)
Iterator, prepended with the given prefix.Copyright © 2001-2012. All Rights Reserved.