public final class ConvertingUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertBigDecimalToString(BigDecimal bigDecimal) |
static BigDecimal |
convertStringToBigDecimal(String string) |
static boolean |
isRequestLimitNotReached(int resultSize,
int limitSize) |
static boolean |
stringsAreDifferent(String s1,
String s2) |
public static boolean stringsAreDifferent(String s1, String s2)
s1 - first strings2 - second stringpublic static String convertBigDecimalToString(BigDecimal bigDecimal)
bigDecimal - the bigDecimalpublic static BigDecimal convertStringToBigDecimal(String string)
string - the stringpublic static boolean isRequestLimitNotReached(int resultSize,
int limitSize)
resultSize - the result sizelimitSize - the limit sizeCopyright © 2016 Taimos GmbH. All rights reserved.