public interface UnreliableIterator extends UIterator
| Modifier and Type | Method and 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 UnreliableIteratorException
hasNext in interface UIteratorUnreliableIteratorExceptionjava.lang.Object next()
throws UnreliableIteratorException
next in interface UIteratorUnreliableIteratorExceptionvoid remove()
throws UnreliableIteratorException
remove in interface UIteratorUnreliableIteratorExceptionvoid close()
throws UnreliableIteratorException
ClosableResourceclose in interface ClosableResourceclose in interface UIteratorUnreliableIteratorException