Interface CsvFile.LineFilter

Enclosing class:
CsvFile

public static interface CsvFile.LineFilter
Filter for CSV lines.
Author:
Ralf Wisser
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the given line should be included.
  • Method Details

    • accept

      boolean accept(CsvFile.Line line)
      Returns true if the given line should be included.
      Parameters:
      line - the line to test
      Returns:
      true if the line is accepted