ClosableResourceFileIterator, UnreliableIteratorCBPCursor, SimpleCursor, WrapperUIteratorpublic interface UIterator extends ClosableResource
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
forces the release of any resources that might be
associated with this object.
|
boolean |
hasNext() |
|
java.lang.Object |
next() |
|
void |
remove() |
boolean hasNext()
throws java.lang.Exception
java.lang.Exceptionjava.lang.Object next()
throws java.lang.Exception
java.lang.Exceptionvoid remove()
throws java.lang.Exception
java.lang.Exceptionvoid close()
throws java.lang.Exception
ClosableResourceclose in interface ClosableResourcejava.lang.Exception