public class SliceIterator<T> extends AbstractIterator<Option<T>>
Constructor and Description |
---|
SliceIterator(Iterator<Option<T>> iterator,
int from) |
SliceIterator(Iterator<Option<T>> iterator,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
protected Option<T> |
getElement() |
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.