Package com.mchange.v1.util
Interface UIterator
- All Superinterfaces:
ClosableResource
- All Known Subinterfaces:
FileIterator
,UnreliableIterator
- All Known Implementing Classes:
CBPCursor
,SimpleCursor
,WrapperUIterator
Incomplete parent of "Unreliable Iterator"
This is often bound to a scarce resource! Don't
forget to close it when you are done!!!
This interface is not intended to be implemented
directly, but to be extended by subinterfaces
that narrow the exceptions reasonably.
-
Method Summary
-
Method Details
-
hasNext
- Throws:
Exception
-
next
- Throws:
Exception
-
remove
- Throws:
Exception
-
close
Description copied from interface:ClosableResource
forces the release of any resources that might be associated with this object.- Specified by:
close
in interfaceClosableResource
- Throws:
Exception
-