public abstract class WrappedIterator<R> extends Object implements Iterator<R>, AutoCloseable
| Constructor and Description |
|---|
WrappedIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract boolean |
fetch() |
boolean |
hasNext() |
R |
next() |
protected static <R> R |
none() |
protected abstract Iterator<?> |
originIterator() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected R current
public void close()
throws Exception
close in interface AutoCloseableExceptionprotected static final <R> R none()
protected abstract Iterator<?> originIterator()
protected abstract boolean fetch()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.