This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Phil Gaiser edited this page Sep 30, 2018
·
2 revisions
Although all classes have Javadocs attached to them, additional documentation is being provided here to help you understand how things work and to give some examples on how to use the APIs.
- io-package: Classes responsible for serialization and reading/writing of files
- CSVFileReader & CSVFileWriter: Working with CSV-files from the filesystem.
- DataFrameSerializer: Serialization support for DataFrames.
- ConfigurationFileHandler: Support for reading and writing of .config files.
- PropertiesFileHandler: Simple parser for .properties files.
- struct-package: Interfaces and implementations for data structures
- DataFrames: Flexible and generally useful DataFrame implementations
- util-package: Various utility-classes to make life a little bit more convenient
- ArgumentParser: A parser for command line arguments.
- Chronometer: A chronometer that can measure time and notify a caller after a predefined amount of time has elapsed.