Java 9 API. It seems like they combined the Javadoc APIs for Java SE and JavaFX into one, and have JavaFX as a separate module. The new search box in the Javadoc API view is nice (try for instance to type in Set, or of(). There are new factory methods for collections, for instance, the collection method for Set is of (link).
2 comments
0 u/notenoughstuff [OP] 22 Sep 2017 17:10
New features.
0 u/notenoughstuff [OP] 22 Sep 2017 17:52
Java 9 API. It seems like they combined the Javadoc APIs for Java SE and JavaFX into one, and have JavaFX as a separate module. The new search box in the Javadoc API view is nice (try for instance to type in
Set, orof(). There are new factory methods for collections, for instance, the collection method forSetisof(link).