org.neo4j.helpers.collection
Class CatchingIteratorWrapper<T,U>
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<T>
org.neo4j.helpers.collection.CatchingIteratorWrapper<T,U>
- All Implemented Interfaces:
- Iterator<T>
public abstract class CatchingIteratorWrapper<T,U>
- extends PrefetchingIterator<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatchingIteratorWrapper
public CatchingIteratorWrapper(Iterator<U> source)
fetchNextOrNull
protected T fetchNextOrNull()
- Specified by:
fetchNextOrNull
in class PrefetchingIterator<T>
fetchNextOrNullFromSource
protected U fetchNextOrNullFromSource(Iterator<U> source)
itemDodged
protected void itemDodged(U item)
exceptionOk
protected boolean exceptionOk(Throwable t)
underlyingObjectToObject
protected abstract T underlyingObjectToObject(U object)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.