public final class StringConcatFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
makeConcat(MethodHandles.Lookup lookup,
String name,
MethodType concatType) |
static CallSite |
makeConcatWithConstants(MethodHandles.Lookup lookup,
String name,
MethodType concatType,
String recipe,
Object... constants) |
public static CallSite makeConcat(MethodHandles.Lookup lookup, String name, MethodType concatType)
public static CallSite makeConcatWithConstants(MethodHandles.Lookup lookup, String name, MethodType concatType, String recipe, Object... constants)
Copyright © 2026. All rights reserved.