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, wait
forEachRemaining, remove
forEach, spliterator
public CsvReaderIterator(BaseCsvReader<T> reader)
public void close()
SafeCloseable
close
in interface SafeCloseable
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2024. All rights reserved.