All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.csveed.row.Line Maven / Gradle / Ivy

Go to download

Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!

There is a newer version: 0.8.2
Show newest version
package org.csveed.row;

import org.csveed.common.Column;
import org.csveed.report.RowReport;

public interface Line extends Iterable {

    int size();

    String get(int index);

    RowReport reportOnEndOfLine();

    RowReport reportOnColumn(Column column);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy