This class is thread-safe.
342343344345346347348
* name provided. */ protected void addFileIterators(Collection<Iterator<Document>> docIters, String[] fileNames) throws IOException { for (String s : fileNames) docIters.add(new FileListDocumentIterator(s)); }