Skip to content

javaguruen/java8workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java8workshop

This code is the exercises for the java 8 workshop at javaBin Bergen in March 2014. The two interfaces represents the methods to be implemented as part of the exercise. We have provided skeleton implementations and failing junit tests.

The dataset

The dataset is found in src/main/resources/income.csv. The data are copied from Folkehelseinstituttet (http://bit.ly/incomeStatistics). The table shows the average income in NOK for the years 1997 to 2012 separated into counties and sexes in Norway.

We have provided a class, IncomeStatistics, that contains the fields county, year, gender and average income. Most of the exercises will be working with the collection of IncomeStatistics objects.

The structure of the workshop

The workshop is divided into three parts. Each part will consist of a (brief) introduction to some new features in java 8 followed by some related exercises for you to solve.

About

Workshop i java 8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages