{
blacklist = getInputIterator(firstSpillFile);
}
catch ( FileNotFoundException e )
{
throw new AtlasException("Cannot find the first spill file", e);
}
// TODO: Improve performance by making the superclass .iterator() use getNetSpillFiles()
// instead of getSpillFiles() so it doesn't contain the contents of the first file
Iterator<E> rest = super.iterator();