public class ReducedIteration<E,X extends Exception> extends FilterIteration<E,X>
wrappedIter
Constructor and Description |
---|
ReducedIteration(Iteration<? extends E,? extends X> delegate) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accept(E nextObject)
Tests whether or not the specified object should be returned by this Iteration.
|
handleClose, hasNext, next
remove
close, isClosed
protected boolean accept(E nextObject)
FilterIteration
accept
in class FilterIteration<E,X extends Exception>
nextObject
- The object to be tested.Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.