org.osm2world.core.util
Class FaultTolerantIterationUtil

Object
  extended by FaultTolerantIterationUtil

public final class FaultTolerantIterationUtil
extends Object

utility class that allows iterations where Exceptions in the processing of a single element don't cause program failure


Nested Class Summary
static interface FaultTolerantIterationUtil.Operation<T>
           
 
Method Summary
static
<T> void
iterate(Iterable<T> collection, FaultTolerantIterationUtil.Operation<T> operation)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterate

public static final <T> void iterate(Iterable<T> collection,
                                     FaultTolerantIterationUtil.Operation<T> operation)