Uses of Interface
de.bcxp.challenge.common.model.csv.IEntryWithComparableNumericTuple
Packages that use IEntryWithComparableNumericTuple
Package
Description
CSV-specific analysis utilities.
Provides functionality to parse and analyze country-related data.
Provides functionality to parse and analyze weather-related data.
-
Uses of IEntryWithComparableNumericTuple in de.bcxp.challenge.common.analysis.csv
Methods in de.bcxp.challenge.common.analysis.csv that return types with arguments of type IEntryWithComparableNumericTupleModifier and TypeMethodDescriptionprivate static Set<IEntryWithComparableNumericTuple>
CsvAnalysisUtility.getEntriesWithComparableNumericTuples
(Document document) Method parameters in de.bcxp.challenge.common.analysis.csv with type arguments of type IEntryWithComparableNumericTupleModifier and TypeMethodDescriptionprivate static Set<DocumentEntry>
CsvAnalysisUtility.getAllDocumentEntriesWithBestScore
(Set<IEntryWithComparableNumericTuple> comparableEntries, double bestScore) Retrieves all entries from the given set that have the determined score. -
Uses of IEntryWithComparableNumericTuple in de.bcxp.challenge.countries
Classes in de.bcxp.challenge.countries that implement IEntryWithComparableNumericTupleModifier and TypeClassDescriptionclass
Represents a data entry for a specific country. -
Uses of IEntryWithComparableNumericTuple in de.bcxp.challenge.weather
Classes in de.bcxp.challenge.weather that implement IEntryWithComparableNumericTupleModifier and TypeClassDescriptionclass
Represents a weather data entry for a specific day, containing the maximum and minimum temperatures.