Class SilentIteration<T>

All Implemented Interfaces:
AutoCloseable, Iterator<T>, CloseableIteration<T>

public class SilentIteration<T> extends IterationWrapper<T>
An IterationWrapper that silently ignores any errors that occur during processing.
Author:
Jeen Broekstra