PrimitiveValueProfile instead@Deprecated public class PrimitiveValueProfile extends ValueProfile
| Modifier and Type | Method and Description |
|---|---|
static boolean |
exactCompare(double a,
double b)
Deprecated.
|
static boolean |
exactCompare(float a,
float b)
Deprecated.
|
Object |
getCachedValue()
Deprecated.
|
boolean |
isGeneric()
Deprecated.
|
boolean |
isUninitialized()
Deprecated.
|
boolean |
profile(boolean value)
Deprecated.
|
byte |
profile(byte value)
Deprecated.
|
char |
profile(char value)
Deprecated.
|
double |
profile(double value)
Deprecated.
|
float |
profile(float value)
Deprecated.
|
int |
profile(int value)
Deprecated.
|
long |
profile(long value)
Deprecated.
|
short |
profile(short value)
Deprecated.
|
<T> T |
profile(T v)
Deprecated.
|
String |
toString()
Deprecated.
|
clonepublic <T> T profile(T v)
profile in class ValueProfilepublic byte profile(byte value)
public short profile(short value)
public int profile(int value)
public long profile(long value)
public float profile(float value)
public double profile(double value)
public boolean profile(boolean value)
public char profile(char value)
public boolean isGeneric()
public boolean isUninitialized()
public Object getCachedValue()
public String toString()
public static boolean exactCompare(float a,
float b)
public static boolean exactCompare(double a,
double b)