public abstract class CatchingIteratorWrapper<T,U> extends PrefetchingIterator<T>
Constructor and Description |
---|
CatchingIteratorWrapper(Iterator<U> source) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
exceptionOk(Throwable t) |
protected T |
fetchNextOrNull() |
protected U |
fetchNextOrNullFromSource(Iterator<U> source) |
protected void |
itemDodged(U item) |
protected abstract T |
underlyingObjectToObject(U object) |
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext
protected T fetchNextOrNull()
fetchNextOrNull
in class PrefetchingIterator<T>
protected void itemDodged(U item)
protected boolean exceptionOk(Throwable t)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.