1package com.runehive.util;
35 if (str.length() <= n)
38 return str.substring(0, n);
42 if (str.length() <= n)
45 return str.substring(str.length() - n);
65 return Long.toString(
num).length();
199 else if (x < 100000000)
217 else if (
num < 100000)
219 else if (
num < 10000000)
221 else if (
num < 1000000000)
String belowTwenty(long x)
String belowThousand(long x)
static String rightChars(String str, int n)
String belowBillion(long x)
String getNumberInWords()
String belowHundred(long x)
long rightChars(long num, int n)
static Words getInstance(long num)
String belowCrore(long x)
static String leftChars(String str, int n)
long leftChars(long num, int n)