Skip to content

Tag: eclipse

Trying to reverse my stream in ascending order – Java 8

This idea behind this code is that it reads the data from three .csv files w/ keys organized by year, and retrieves the sum of the data by year, as well as the minimum and maximum number for each year. The problem is, when print it returns the yearly results in descending order. I need help figuring out a way