public class LockingIteration<E,X extends Exception> extends IterationWrapper<E,X>
wrappedIter| Constructor and Description |
|---|
LockingIteration(Lock lock,
Iteration<? extends E,X> iter)
Creates a new LockingIteration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleClose() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
close, isClosedprotected void handleClose()
throws X extends Exception
handleClose in class IterationWrapper<E,X extends Exception>X extends ExceptionCopyright © 2015-2016 Eclipse Foundation. All Rights Reserved.