Uses of Enum Class
jdk.dynalink.StandardNamespace
Packages that use StandardNamespace
Package
Description
Contains interfaces and classes that are used to link an
invokedynamic
call site.-
Uses of StandardNamespace in jdk.dynalink
Subclasses with type arguments of type StandardNamespace in jdk.dynalinkModifier and TypeClassDescriptionenum
An enumeration of standard namespaces defined by Dynalink.Methods in jdk.dynalink that return StandardNamespaceModifier 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.