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, nextremoveclose, isClosedprotected boolean accept(E nextObject)
FilterIterationaccept in class FilterIteration<E,X extends Exception>nextObject - The object to be tested.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.