This repo contains just some examples and a few notes about what Java 8 - mainly notes and example of functional interfaces, lambda expressions, method references, default methods, collections ...
Do you need to know how to sort Java objects in a collection, array, or map? Here's how to use the Comparable and Comparator interfaces and avoid ClassCastExceptions. Programmers frequently need to ...