Uses of Class
java.lang.invoke.MethodHandle

Packages that use MethodHandle
Package
Description
The java.lang.invoke package provides low-level primitives for interacting with the Java Virtual Machine.
The java.lang.runtime package provides low-level runtime support for the Java language.
Contains interfaces and classes that are used to link an invokedynamic call site.
Contains the linker for ordinary Java objects.
Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions.
Contains classes that make it more convenient for language runtimes to implement their own language-specific object models and type conversions by providing basic implementations of some classes as well as various utilities.
Contains classes that make using Dynalink more convenient by providing basic implementations of some classes as well as various utilities.
Classes to support low-level and efficient foreign memory/function access, directly from Java.