org.geotools.data.shapefile.index
Interface CloseableIterator<E>

All Superinterfaces:
Iterator<E>
All Known Implementing Classes:
LazySearchIterator

public interface CloseableIterator<E>
extends Iterator<E>

An iterator backed by some resource that needs closing when done using

Author:
Andrea Aime - OpenGeo

Method Summary
 void close()
           
 
Methods inherited from interface Iterator
hasNext, next, remove
 

Method Detail

close

void close()
           throws IOException
Throws:
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.