Class CSVIterator

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Iterator<SimpleFeature>

    public class CSVIterator
    extends Object
    implements Iterator<SimpleFeature>, Closeable
    • Constructor Detail

      • CSVIterator

        public CSVIterator​(CSVFileState csvFileState,
                           CSVStrategy csvStrategy)
                    throws IOException
        Throws:
        IOException
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<SimpleFeature>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<SimpleFeature>
      • close

        public void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable