@Deprecated public class StringOperators extends Object
| Constructor and Description |
|---|
StringOperators()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
add(BigDecimal x,
String y)
Deprecated.
|
static BigDecimalValue |
add(BigDecimalValue value1,
String value2)
Deprecated.
|
static BigInteger |
add(BigInteger x,
String y)
Deprecated.
|
static BigIntegerValue |
add(BigIntegerValue value1,
String value2)
Deprecated.
|
static Byte |
add(Byte x,
String y)
Deprecated.
|
static ByteValue |
add(ByteValue value1,
String value2)
Deprecated.
|
static Double |
add(Double x,
String y)
Deprecated.
|
static DoubleValue |
add(DoubleValue value1,
String value2)
Deprecated.
|
static Float |
add(Float x,
String y)
Deprecated.
|
static FloatValue |
add(FloatValue value1,
String value2)
Deprecated.
|
static Integer |
add(Integer x,
String y)
Deprecated.
|
static IntValue |
add(IntValue value1,
String value2)
Deprecated.
|
static Long |
add(Long x,
String y)
Deprecated.
|
static LongValue |
add(LongValue value1,
String value2)
Deprecated.
|
static Short |
add(Short x,
String y)
Deprecated.
|
static ShortValue |
add(ShortValue value1,
String value2)
Deprecated.
|
static BigDecimal |
add(String x,
BigDecimal y)
Deprecated.
|
static BigDecimalValue |
add(String value1,
BigDecimalValue value2)
Deprecated.
|
static BigInteger |
add(String x,
BigInteger y)
Deprecated.
|
static BigIntegerValue |
add(String value1,
BigIntegerValue value2)
Deprecated.
|
static Byte |
add(String x,
Byte y)
Deprecated.
|
static ByteValue |
add(String value1,
ByteValue value2)
Deprecated.
|
static Double |
add(String x,
Double y)
Deprecated.
|
static DoubleValue |
add(String value1,
DoubleValue value2)
Deprecated.
|
static Float |
add(String x,
Float y)
Deprecated.
|
static FloatValue |
add(String value1,
FloatValue value2)
Deprecated.
|
static Integer |
add(String x,
Integer y)
Deprecated.
|
static IntValue |
add(String value1,
IntValue value2)
Deprecated.
|
static Long |
add(String x,
Long y)
Deprecated.
|
static LongValue |
add(String value1,
LongValue value2)
Deprecated.
|
static Short |
add(String x,
Short y)
Deprecated.
|
static ShortValue |
add(String value1,
ShortValue value2)
Deprecated.
|
static String |
autocast(BigDecimal x,
String y)
Deprecated.
|
static String |
autocast(BigDecimalValue x,
String y)
Deprecated.
|
static String |
autocast(BigInteger x,
String y)
Deprecated.
|
static String |
autocast(BigIntegerValue x,
String y)
Deprecated.
|
static String |
autocast(byte x,
String y)
Deprecated.
|
static String |
autocast(Byte x,
String y)
Deprecated.
|
static String |
autocast(ByteValue x,
String y)
Deprecated.
|
static String |
autocast(double x,
String y)
Deprecated.
|
static String |
autocast(Double x,
String y)
Deprecated.
|
static String |
autocast(DoubleValue x,
String y)
Deprecated.
|
static String |
autocast(float x,
String y)
Deprecated.
|
static String |
autocast(Float x,
String y)
Deprecated.
|
static String |
autocast(FloatValue x,
String y)
Deprecated.
|
static String |
autocast(Integer x,
String y)
Deprecated.
|
static String |
autocast(int x,
String y)
Deprecated.
|
static String |
autocast(IntValue x,
String y)
Deprecated.
|
static String |
autocast(long x,
String y)
Deprecated.
|
static String |
autocast(Long x,
String y)
Deprecated.
|
static String |
autocast(LongValue x,
String y)
Deprecated.
|
static String |
autocast(short x,
String y)
Deprecated.
|
static String |
autocast(Short x,
String y)
Deprecated.
|
static String |
autocast(ShortValue x,
String y)
Deprecated.
|
static BigDecimal |
autocast(String x,
BigDecimal y)
Deprecated.
|
static BigDecimalValue |
autocast(String x,
BigDecimalValue y)
Deprecated.
|
static BigInteger |
autocast(String x,
BigInteger y)
Deprecated.
|
static BigIntegerValue |
autocast(String x,
BigIntegerValue y)
Deprecated.
|
static byte |
autocast(String x,
byte y)
Deprecated.
|
static Byte |
autocast(String x,
Byte y)
Deprecated.
|
static ByteValue |
autocast(String x,
ByteValue y)
Deprecated.
|
static double |
autocast(String x,
double y)
Deprecated.
|
static Double |
autocast(String x,
Double y)
Deprecated.
|
static DoubleValue |
autocast(String x,
DoubleValue y)
Deprecated.
|
static float |
autocast(String x,
float y)
Deprecated.
|
static Float |
autocast(String x,
Float y)
Deprecated.
|
static FloatValue |
autocast(String x,
FloatValue y)
Deprecated.
|
static int |
autocast(String x,
int y)
Deprecated.
|
static Integer |
autocast(String x,
Integer y)
Deprecated.
|
static IntValue |
autocast(String x,
IntValue y)
Deprecated.
|
static long |
autocast(String x,
long y)
Deprecated.
|
static Long |
autocast(String x,
Long y)
Deprecated.
|
static LongValue |
autocast(String x,
LongValue y)
Deprecated.
|
static short |
autocast(String x,
short y)
Deprecated.
|
static short |
autocast(String x,
Short y)
Deprecated.
|
static ShortValue |
autocast(String x,
ShortValue y)
Deprecated.
|
static Integer |
distance(BigDecimal x,
String y)
Deprecated.
|
static Integer |
distance(BigDecimalValue x,
String y)
Deprecated.
|
static Integer |
distance(BigInteger x,
String y)
Deprecated.
|
static Integer |
distance(BigIntegerValue x,
String y)
Deprecated.
|
static Integer |
distance(byte x,
String y)
Deprecated.
|
static Integer |
distance(Byte x,
String y)
Deprecated.
|
static Integer |
distance(ByteValue x,
String y)
Deprecated.
|
static Integer |
distance(double x,
String y)
Deprecated.
|
static Integer |
distance(Double x,
String y)
Deprecated.
|
static Integer |
distance(DoubleValue x,
String y)
Deprecated.
|
static Integer |
distance(float x,
String y)
Deprecated.
|
static Integer |
distance(Float x,
String y)
Deprecated.
|
static Integer |
distance(FloatValue x,
String y)
Deprecated.
|
static Integer |
distance(Integer x,
String y)
Deprecated.
|
static Integer |
distance(int x,
String y)
Deprecated.
|
static Integer |
distance(IntValue x,
String y)
Deprecated.
|
static Integer |
distance(long x,
String y)
Deprecated.
|
static Integer |
distance(Long x,
String y)
Deprecated.
|
static Integer |
distance(LongValue x,
String y)
Deprecated.
|
static Integer |
distance(short x,
String y)
Deprecated.
|
static Integer |
distance(Short x,
String y)
Deprecated.
|
static Integer |
distance(ShortValue x,
String y)
Deprecated.
|
static Integer |
distance(String x,
BigDecimal y)
Deprecated.
|
static Integer |
distance(String x,
BigDecimalValue y)
Deprecated.
|
static Integer |
distance(String x,
BigInteger y)
Deprecated.
|
static Integer |
distance(String x,
BigIntegerValue y)
Deprecated.
|
static Integer |
distance(String x,
byte y)
Deprecated.
|
static Integer |
distance(String x,
Byte y)
Deprecated.
|
static Integer |
distance(String x,
ByteValue y)
Deprecated.
|
static Integer |
distance(String x,
double y)
Deprecated.
|
static Integer |
distance(String x,
Double y)
Deprecated.
|
static Integer |
distance(String x,
DoubleValue y)
Deprecated.
|
static Integer |
distance(String x,
float y)
Deprecated.
|
static Integer |
distance(String x,
Float y)
Deprecated.
|
static Integer |
distance(String x,
FloatValue y)
Deprecated.
|
static Integer |
distance(String x,
int y)
Deprecated.
|
static Integer |
distance(String x,
Integer y)
Deprecated.
|
static Integer |
distance(String x,
IntValue y)
Deprecated.
|
static Integer |
distance(String x,
long y)
Deprecated.
|
static Integer |
distance(String x,
Long y)
Deprecated.
|
static Integer |
distance(String x,
LongValue y)
Deprecated.
|
static Integer |
distance(String x,
short y)
Deprecated.
|
static Integer |
distance(String x,
Short y)
Deprecated.
|
static Integer |
distance(String x,
ShortValue y)
Deprecated.
|
static boolean |
eq(Integer x,
String y)
Deprecated.
|
static boolean |
eq(String x,
Integer y)
Deprecated.
|
static boolean |
ge(Integer x,
String y)
Deprecated.
|
static boolean |
ge(String x,
Integer y)
Deprecated.
|
static boolean |
gt(Integer x,
String y)
Deprecated.
|
static boolean |
gt(String x,
Integer y)
Deprecated.
|
static boolean |
le(Integer x,
String y)
Deprecated.
|
static boolean |
le(String x,
Integer y)
Deprecated.
|
static boolean |
lt(Integer x,
String y)
Deprecated.
|
static boolean |
lt(String x,
Integer y)
Deprecated.
|
static boolean |
ne(Integer x,
String y)
Deprecated.
|
static boolean |
ne(String x,
Integer y)
Deprecated.
|
public static BigInteger add(String x, BigInteger y)
public static BigInteger add(BigInteger x, String y)
public static BigDecimal add(String x, BigDecimal y)
public static BigDecimal add(BigDecimal x, String y)
public static DoubleValue add(DoubleValue value1, String value2)
public static DoubleValue add(String value1, DoubleValue value2)
public static BigDecimalValue add(BigDecimalValue value1, String value2)
public static BigDecimalValue add(String value1, BigDecimalValue value2)
public static BigIntegerValue add(BigIntegerValue value1, String value2)
public static BigIntegerValue add(String value1, BigIntegerValue value2)
public static FloatValue add(FloatValue value1, String value2)
public static FloatValue add(String value1, FloatValue value2)
public static ShortValue add(ShortValue value1, String value2)
public static ShortValue add(String value1, ShortValue value2)
public static byte autocast(String x, byte y)
public static short autocast(String x, short y)
public static int autocast(String x, int y)
public static long autocast(String x, long y)
public static float autocast(String x, float y)
public static double autocast(String x, double y)
public static String autocast(BigDecimal x, String y)
public static Integer distance(BigDecimal x, String y)
public static BigDecimal autocast(String x, BigDecimal y)
public static Integer distance(String x, BigDecimal y)
public static String autocast(BigInteger x, String y)
public static Integer distance(BigInteger x, String y)
public static BigInteger autocast(String x, BigInteger y)
public static Integer distance(String x, BigInteger y)
public static String autocast(DoubleValue x, String y)
public static Integer distance(DoubleValue x, String y)
public static DoubleValue autocast(String x, DoubleValue y)
public static Integer distance(String x, DoubleValue y)
public static String autocast(BigDecimalValue x, String y)
public static Integer distance(BigDecimalValue x, String y)
public static BigDecimalValue autocast(String x, BigDecimalValue y)
public static Integer distance(String x, BigDecimalValue y)
public static String autocast(BigIntegerValue x, String y)
public static Integer distance(BigIntegerValue x, String y)
public static BigIntegerValue autocast(String x, BigIntegerValue y)
public static Integer distance(String x, BigIntegerValue y)
public static String autocast(FloatValue x, String y)
public static Integer distance(FloatValue x, String y)
public static FloatValue autocast(String x, FloatValue y)
public static Integer distance(String x, FloatValue y)
public static String autocast(ShortValue x, String y)
public static Integer distance(ShortValue x, String y)
public static ShortValue autocast(String x, ShortValue y)
public static Integer distance(String x, ShortValue y)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.