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