public abstract class JerseyRecordIterator<T> extends Object implements Iterator<T>, Closeable
| Constructor and Description |
|---|
JerseyRecordIterator(String endpointId,
String locator,
long timeout,
TimeUnit timeoutUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract T |
convertFromString(String element) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2021. All Rights Reserved.