/exploring-java-9

Exploring Java 9 The Key Parts

Primary LanguageJava

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