public class OffsetIteration<E,X extends Exception> extends FilterIteration<E,X>
wrappedIter
Constructor and Description |
---|
OffsetIteration(Iteration<? extends E,X> iter,
long offset)
Creates a new OffsetIteration.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
accept(E object)
Returns false for the first OFFSET objects.
|
handleClose, hasNext, next
remove
close, isClosed
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.