Uses of Interface
Prog1Tools.CSVFileSpec

Uses of CSVFileSpec in Prog1Tools
 

Classes in Prog1Tools that implement CSVFileSpec
 class CSVFile
          Klasse zum einfachen Umgang mit CSV-Dateien.
 

Methods in Prog1Tools with parameters of type CSVFileSpec
 boolean CSVFileSpec.equals(CSVFileSpec other)
          Abfrage, ob der Inhalt dieser CSV-Datei gleich dem Inhalt der CSV-Datei other ist.
 boolean CSVFile.equals(CSVFileSpec other)
           
 void CSVFileSpecContract.post_equals(CSVFileSpec other)
           
 void CSVFileSpecContract.pre_equals(CSVFileSpec other)
           
 

Constructors in Prog1Tools with parameters of type CSVFileSpec
CSVFileSpecContract(CSVFileSpec target)