public class LockingIteration<E,X extends Exception>
extends org.eclipse.rdf4j.common.iteration.IterationWrapper<E,X>
| Constructor and Description |
|---|
LockingIteration(Lock lock,
org.eclipse.rdf4j.common.iteration.Iteration<? extends E,X> iter)
Creates a new LockingIteration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleClose() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.