public static class CSVUtil.RowsIterator extends Object implements Closeable, Iterator<String[]>
void
close()
boolean
hasNext()
String[]
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public boolean hasNext()
hasNext
Iterator<String[]>
public String[] next()
next
public void close() throws IOException
close
Closeable
AutoCloseable
IOException
Copyright © 2020. All rights reserved.