|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CloseableCollection<T>
Tag interface for collection that must be closed
Method Summary | |
---|---|
void |
close()
Close the collection so it cleans up its resources |
void |
closeIterator(java.util.Iterator<T> iter)
Close the collection so it cleans up its resources |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
void close() throws java.io.IOException
java.io.IOException
void closeIterator(java.util.Iterator<T> iter) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |