|
||||||||||
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
modules/plugin/shapefile (gt-shapefile.jar)
Method Summary | |
---|---|
void |
close()
Close the collection so it cleans up its resources |
void |
closeIterator(Iterator<T> iter)
Close the collection so it cleans up its resources |
Methods inherited from interface Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
void close() throws IOException
IOException
void closeIterator(Iterator<T> iter) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |