LanguageLevel
Entries
Java 10 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 11 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 12 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 13 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 14 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 15 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 16 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Java 17 -- including incubator/preview/second preview features. Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.