Uses of Class
jdk.dynalink.StandardNamespace
| Package | Description | 
|---|---|
| jdk.dynalink | Contains interfaces and classes that are used to link an  invokedynamiccall site. | 
- 
Uses of StandardNamespace in jdk.dynalinkMethods in jdk.dynalink that return StandardNamespace Modifier and Type Method Description static StandardNamespaceStandardNamespace. findFirst(Operation op)If the passed in operation is aNamespaceOperation, or aNamedOperationwrapping aNamespaceOperation, then it returns the first (if any)StandardNamespacein its namespace list.static StandardNamespaceStandardNamespace. 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.