|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.littleshoot.util.NumberUtils
public class NumberUtils
Number utility class.
| Method Summary | |
|---|---|
static boolean |
isBigger(BigInteger big1,
BigInteger big2)
Returns whether the first BigInteger is bigger than the second. |
static boolean |
isBiggerOrEqual(BigInteger big1,
BigInteger big2)
Returns whether the first BigInteger is bigger than or equal
to the second. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isBigger(BigInteger big1,
BigInteger big2)
BigInteger is bigger than the second.
big1 - The first BigInteger to compare.big2 - The second BigInteger to compare.
true if the first BigInteger is bigger
than the second, otherwise false.
public static boolean isBiggerOrEqual(BigInteger big1,
BigInteger big2)
BigInteger is bigger than or equal
to the second.
big1 - The first BigInteger to compare.big2 - The second BigInteger to compare.
true if the first BigInteger is bigger
than or equal to the second, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||