JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
ENUM_CLASSES
FOR_EACH_LOOPS
TRY_WITH_RESOURCES
DEFAULT_INTERFACE_METHODS
STATIC_INTERFACE_METHODS
LAMBDA_EXPRESSIONS
TRY_EXPRESSION_RESOURCE
PRIVATE_LOOKUP
LOCAL_TYPE_INFERENCE
SWITCH_EXPRESSIONS
TEXT_BLOCKS
SEALED_CLASSES
RECORD_CLASSES
PATTERN_MATCHING
Field Details
_version
_previewVersion
Constructor Details
LanguageFeature(CompilerTarget)
LanguageFeature(CompilerTarget, CompilerTarget)
Method Details
values()
valueOf(String)
version()
previewVersion()
isAvailable(TypeDefinition)
isAvailable(TypeDefinition, boolean)
isAvailable(CompilerTarget)
isAvailable(CompilerTarget, boolean)
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
final boolean
final boolean
final boolean
final boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
DEFAULT_INTERFACE_METHODS