Méthode |
Description |
|
add ( object x, object y ) : object |
|
|
combine ( Ops y ) : Ops |
|
|
dec ( object x ) : object |
|
|
divide ( object x, object y ) : object |
|
|
equiv ( object x, object y ) : bool |
|
|
gte ( object x, object y ) : bool |
|
|
inc ( object x ) : object |
|
|
isNeg ( object x ) : bool |
|
|
isPos ( object x ) : bool |
|
|
isZero ( object x ) : bool |
|
|
lt ( object x, object y ) : bool |
|
|
lte ( object x, object y ) : bool |
|
|
multiply ( object x, object y ) : object |
|
|
negate ( object x ) : object |
|
|
opsWith ( BigDecimalOps x ) : Ops |
|
|
opsWith ( BigIntOps x ) : Ops |
|
|
opsWith ( DoubleOps x ) : Ops |
|
|
opsWith ( LongOps x ) : Ops |
|
|
opsWith ( RatioOps x ) : Ops |
|
|
quotient ( object x, object y ) : object |
|
|
remainder ( object x, object y ) : object |
|
|