Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 311 Bytes

exploring-java-9

Exploring Java 9: The Key Parts

Improvements/changes

  • interface private methods
  • effectively final in try-with-resources
  • No _ (underscore)
  • Stream takeWhile, dropWhile
  • Int Stream iterate
  • without bounds