Class CountryAnalyser

java.lang.Object
de.bcxp.challenge.countries.CountryAnalyser
All Implemented Interfaces:
IDocumentAnalyser

public class CountryAnalyser extends Object implements IDocumentAnalyser
Analyzes a document of CountryEntry objects to extract the country with the highest population density.

Implements the IDocumentAnalyser interface for CountryEntry entries.

See Also:
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
  • Constructor Details

    • CountryAnalyser

      public CountryAnalyser()
      Instantiates stateless analyser.
  • Method Details