|
1 | | -[This page](https://robtimus.github.io/whats-new-in-java/) shows all packages, classes and members (constructors, fields and methods) that have been added for each Java version since Java 5.0. |
| 1 | +[This page](https://robtimus.github.io/whats-new-in-java/) shows all modules, packages, classes and members (constructors, fields and methods) that have been added for each Java version since Java 5.0. |
2 | 2 |
|
3 | 3 | ## Results |
4 | 4 |
|
5 | | -The results are nested in 4 levels: |
6 | | -1. The Java version that has introduced the package, class or member. |
| 5 | +The results are nested in 4 or 5 levels: |
| 6 | +1. The Java version that has introduced the module, package, class or member. |
| 7 | +1. Java 9 and later only: the module that was introduced, or the module of the package that was introduced, or the module of the package of the class that was introduced, or the module of the package of the enclosing class of the member that was introduced. |
7 | 8 | 1. The package that was introduced, or the package of the class that was introduced, or the package of the enclosing class of the member that was introduced. |
8 | 9 | 1. The class that was introduced, or the enclosing class of the member that was introduced. |
9 | 10 | 1. The member that was introduced. |
10 | 11 |
|
11 | 12 | ### Navigating results |
12 | 13 |
|
13 | | -Click on a Java version, package or class to toggle the visibility of its packages, classes or members respectively. |
| 14 | +Click on a Java version, module, package or class to toggle the visibility of its modules, packages, classes or members respectively. |
14 | 15 |
|
15 | | -If a package or class has a  icon after its name, this means the package or class itself is introduced in the given Java version. Clicking on the package or class will open the package or class in Oracle's online API. |
| 16 | +If a module, package or class has a  icon after its name, this means the module, package or class itself is introduced in the given Java version. Clicking on the module, package or class will open the module, package or class in Oracle's online API. |
16 | 17 |
|
17 | 18 | ### Filtering results |
18 | 19 |
|
|
0 commit comments