public class CSVVectorIterator extends com.google.common.collect.AbstractIterator<Vector>
Vector.
UnsupportedOperationException for the Iterator.remove()
method.
Assumes DenseVector for now, but in the future may have the option of mapping columns to sparse format
The Iterator is not thread-safe.| Constructor and Description |
|---|
CSVVectorIterator(Reader reader) |
CSVVectorIterator(Reader reader,
org.apache.commons.csv.CSVStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
protected Vector |
computeNext() |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.