public abstract class WrappedIterator<R> extends Object implements CIter<R>
| Constructor and Description |
|---|
WrappedIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
close(Iterator<?> iterator) |
protected abstract boolean |
fetch() |
boolean |
hasNext() |
Object |
metadata(String meta,
Object... args) |
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 AutoCloseableExceptionpublic Object metadata(String meta, Object... args)
metadata in interface Metadatableprotected static final <R> R none()
public static void close(Iterator<?> iterator)
protected abstract Iterator<?> originIterator()
protected abstract boolean fetch()
Copyright © 2021. All rights reserved.