Uses of Enum Class
jdk.dynalink.StandardNamespace
Package
Description
Contains interfaces and classes that are used to link an
invokedynamic
call site.-
Uses of StandardNamespace in jdk.dynalink
Modifier and TypeMethodDescriptionstatic StandardNamespace
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
Returns the enum constant of this class with the specified name.static StandardNamespace[]
StandardNamespace.values()
Returns an array containing the constants of this enum class, in the order they are declared.