| Package | Description |
|---|---|
| java.lang.invoke |
| Modifier and Type | Method and Description |
|---|---|
MethodHandles.Lookup |
MethodHandles.Lookup.in(Class<?> a) |
static MethodHandles.Lookup |
MethodHandles.lookup()
Deprecated.
|
static MethodHandles.Lookup |
MethodHandles.publicLookup()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
LambdaMetafactory.altMetafactory(MethodHandles.Lookup a,
String b,
MethodType c,
Object... d)
Deprecated.
|
static CallSite |
LambdaMetafactory.metafactory(MethodHandles.Lookup a,
String f,
MethodType b,
MethodType c,
MethodHandle d,
MethodType e)
Deprecated.
|
Copyright © 2021. All rights reserved.