public class JDK9StringSubstitutions extends Object
Constructor and Description |
---|
JDK9StringSubstitutions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(String thisString,
Object obj) |
static int |
getCoder(String s) |
static byte[] |
getValue(String s)
Will be intrinsified with an
InvocationPlugin to a LoadFieldNode . |
static boolean |
isCompactString(String s) |
public static byte[] getValue(String s)
InvocationPlugin
to a LoadFieldNode
.public static int getCoder(String s)
public static boolean isCompactString(String s)