Java™ Platform
Standard Ed. 8

Uses of Package
java.lang.invoke

  • Packages that use java.lang.invoke 
    Package Description
    java.lang.invoke
    The java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
  • Classes in java.lang.invoke used by java.lang.invoke 
    Class and Description
    CallSite
    A CallSite is a holder for a variable MethodHandle, which is called its target.
    LambdaConversionException
    LambdaConversionException
    MethodHandle
    A method handle is a typed, directly executable reference to an underlying method, constructor, field, or similar low-level operation, with optional transformations of arguments or return values.
    MethodHandleInfo
    A symbolic reference obtained by cracking a direct method handle into its consitutent symbolic parts.
    MethodHandles.Lookup
    A lookup object is a factory for creating method handles, when the creation requires access checking.
    MethodType
    A method type represents the arguments and return type accepted and returned by a method handle, or the arguments and return type passed and expected by a method handle caller.
    MutableCallSite
    A MutableCallSite is a CallSite whose target variable behaves like an ordinary field.
    SwitchPoint
    A SwitchPoint is an object which can publish state transitions to other threads.
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部