Package org.geotools.feature.collection
Class BridgeIterator<F extends Feature>
- Object
- 
- BridgeIterator<F>
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Iterator<F>
 
 public class BridgeIterator<F extends Feature> extends Object implements Iterator<F>, Closeable A closeable iterator wrapped around a provided feature iterator.- Author:
- Jody Garnett (LISAsoft)
- See Also:
- DataUtilities.iterator(FeatureIterator),- DataUtilities.close(Iterator)
 
- 
- 
Constructor SummaryConstructors Constructor Description BridgeIterator(FeatureIterator<F> features)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Fnext()voidremove()- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
BridgeIteratorpublic BridgeIterator(FeatureIterator<F> features) 
 
- 
 - 
Method Detail- 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 
- 
 
-