Package com.mchange.v1.util
Interface UnreliableIterator
- All Superinterfaces:
ClosableResource,UIterator
This is often bound to a scarce resource! Don't
forget to close it when you are done!!!
-
Method Summary
-
Method Details
-
hasNext
- Specified by:
hasNextin interfaceUIterator- Throws:
UnreliableIteratorException
-
next
- Specified by:
nextin interfaceUIterator- Throws:
UnreliableIteratorException
-
remove
- Specified by:
removein interfaceUIterator- Throws:
UnreliableIteratorException
-
close
Description copied from interface:ClosableResourceforces the release of any resources that might be associated with this object.- Specified by:
closein interfaceClosableResource- Specified by:
closein interfaceUIterator- Throws:
UnreliableIteratorException
-