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:
hasNext
in interfaceUIterator
- Throws:
UnreliableIteratorException
-
next
- Specified by:
next
in interfaceUIterator
- Throws:
UnreliableIteratorException
-
remove
- Specified by:
remove
in interfaceUIterator
- Throws:
UnreliableIteratorException
-
close
Description copied from interface:ClosableResource
forces the release of any resources that might be associated with this object.- Specified by:
close
in interfaceClosableResource
- Specified by:
close
in interfaceUIterator
- Throws:
UnreliableIteratorException
-