JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
jdk.dynalink.StandardOperation
Packages that use
StandardOperation
Package
Description
jdk.dynalink
Contains interfaces and classes that are used to link an
invokedynamic
call site.
Uses of
StandardOperation
in
jdk.dynalink
Methods in
jdk.dynalink
that return
StandardOperation
Modifier and Type
Method
Description
static
StandardOperation
StandardOperation.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
StandardOperation
[]
StandardOperation.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.