Uses of Class
jdk.dynalink.StandardNamespace
-
Packages that use StandardNamespace Package Description jdk.dynalink Contains interfaces and classes that are used to link aninvokedynamic
call site. -
-
Uses of StandardNamespace in jdk.dynalink
Methods in jdk.dynalink that return StandardNamespace Modifier and Type Method Description static StandardNamespace
StandardNamespace. findFirst(Operation op)
If the passed in operation is aNamespaceOperation
, or aNamedOperation
wrapping aNamespaceOperation
, then it returns the first (if any)StandardNamespace
in its namespace list.static StandardNamespace
StandardNamespace. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardNamespace[]
StandardNamespace. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-