public class CsvReaderIterator<T> extends Object implements SafeCloseable, Iterator<T>, Iterable<T>
不会存储也不会消费
| Constructor and Description |
|---|
CsvReaderIterator(BaseCsvReader<T> reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
安全关闭
|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic CsvReaderIterator(BaseCsvReader<T> reader)
public void close()
SafeCloseableclose in interface SafeCloseableclose in interface Closeableclose in interface AutoCloseableCopyright © 2025. All rights reserved.