Searched defs:DelegatingMethodHandle (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DDelegatingMethodHandle.java39 abstract class DelegatingMethodHandle extends MethodHandle { class in inherits:MethodHandle
40 protected DelegatingMethodHandle(MethodHandle target) { method in class:DelegatingMethodHandle
44 protected DelegatingMethodHandle(MethodType type, MethodHandle target) { method in class:DelegatingMethodHandle
48 protected DelegatingMethodHandle(MethodType type, LambdaForm form) { method in class:DelegatingMethodHandle

Completed in 91 milliseconds