net.sf.cpsolver.ifs.util
Interface CSVFile.CSVFilter

Enclosing class:
CSVFile

public static interface CSVFile.CSVFilter

An interface for filtering lines of a CSV file


Method Summary
 boolean match(CSVFile.CSVLine line)
           
 

Method Detail

match

boolean match(CSVFile.CSVLine line)