| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.core.util.numbers.BigIntegerHelper
public class BigIntegerHelper
| Constructor Summary | |
|---|---|
BigIntegerHelper()
 | 
|
| Method Summary | |
|---|---|
 BigInteger | 
add(Number lhs,
    Number rhs)
Adds the two numbers (can be of any Number type) and returns the type result that the number helper handles.  | 
 BigInteger | 
cast(Number n)
Casts the give Number into the type the number helper handles. | 
 int | 
compare(Number lhs,
        Number rhs)
 | 
 BigInteger | 
div(Number lhs,
    Number rhs)
Divides the two numbers (can be of any Number type) and returns the type result that the number helper handles.  | 
 boolean | 
isGreater(BigInteger lhs,
          BigInteger rhs)
 | 
 BigInteger | 
MAX_VALUE()
Returns the maximum number for the specific type the number helper handles.  | 
 BigInteger | 
MIN_VALUE()
Returns the minimum number for the specific type the number helper handles.  | 
 BigInteger | 
mult(Number lhs,
     Number rhs)
Multiplies the two numbers (can be of any Number type) and returns the type result that the number helper handles.  | 
 BigInteger | 
ONE()
Returns the "ONE" value for the given type.  | 
 BigInteger | 
sub(Number lhs,
    Number rhs)
Substracts the two numbers (can be of any Number type) and returns the type result that the number helper handles.  | 
 BigInteger | 
ZERO()
Returns the "ZERO" value for the given type.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface java.util.Comparator | 
|---|
equals | 
| Constructor Detail | 
|---|
public BigIntegerHelper()
| Method Detail | 
|---|
public int compare(Number lhs,
                   Number rhs)
compare in interface Comparator<Number>
public boolean isGreater(BigInteger lhs,
                         BigInteger rhs)
public BigInteger add(Number lhs,
                      Number rhs)
NumberHelper
add in interface NumberHelper<BigInteger>
public BigInteger sub(Number lhs,
                      Number rhs)
NumberHelper
sub in interface NumberHelper<BigInteger>
public BigInteger mult(Number lhs,
                       Number rhs)
NumberHelper
mult in interface NumberHelper<BigInteger>
public BigInteger div(Number lhs,
                      Number rhs)
NumberHelper
div in interface NumberHelper<BigInteger>public BigInteger MAX_VALUE()
NumberHelper
MAX_VALUE in interface NumberHelper<BigInteger>public BigInteger MIN_VALUE()
NumberHelper
MIN_VALUE in interface NumberHelper<BigInteger>public BigInteger ONE()
NumberHelper
ONE in interface NumberHelper<BigInteger>public BigInteger ZERO()
NumberHelper
ZERO in interface NumberHelper<BigInteger>public BigInteger cast(Number n)
NumberHelperNumber into the type the number helper handles.
cast in interface NumberHelper<BigInteger>
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||