Uses of Class
jdk.dynalink.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.