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 UIterator
UnreliableIteratorException
java.lang.Object next() throws UnreliableIteratorException
next
in interface UIterator
UnreliableIteratorException
void remove() throws UnreliableIteratorException
remove
in interface UIterator
UnreliableIteratorException
void close() throws UnreliableIteratorException
ClosableResource
close
in interface ClosableResource
close
in interface UIterator
UnreliableIteratorException