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()
Closes this Iteration and also closes the wrapped Iteration if it is a
CloseableIteration . |
boolean |
hasNext()
Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
|
E |
next()
Returns the next element from the wrapped Iteration.
|
void |
remove()
Removes the last element that has been returned from the wrapped Iteration.
|
close, isClosed
public boolean hasNext() throws X extends Exception
IterationWrapper
public E next() throws X extends Exception
IterationWrapper
public void remove() throws X extends Exception
IterationWrapper
protected void handleClose() throws X extends Exception
IterationWrapper
CloseableIteration
.handleClose
in class IterationWrapper<E,X extends Exception>
X
X extends Exception
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.