| Package | Description |
|---|---|
| de.unknownreality.dataframe.common | |
| de.unknownreality.dataframe.csv |
| Modifier and Type | Method and Description |
|---|---|
static <T> MultiIterator<T> |
MultiIterator.create(Collection<? super Iterable<T>> its,
Class<T> cl) |
static <T> MultiIterator<T> |
MultiIterator.create(Iterable<T>[] its,
Class<T> cl)
Creates a multi iterator from an array of iterators
|
| Modifier and Type | Method and Description |
|---|---|
MultiIterator<CSVRow> |
CSVMultiReaderBuilder.build()
Builds the csv multi iterator using the provided parameters.
|
Copyright © 2017. All rights reserved.