Method | Description | |
---|---|---|
add ( object x, object y ) : object | ||
addP ( object x, object y ) : object | ||
combine ( Ops y ) : Ops | ||
dec ( object x ) : object | ||
decP ( 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 | ||
incP ( 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 | ||
multiplyP ( object x, object y ) : object | ||
negate ( object x ) : object | ||
negateP ( 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 |
public abstract add ( object x, object y ) : object | ||
x | object | |
y | object | |
return | object |
public abstract divide ( object x, object y ) : object | ||
x | object | |
y | object | |
return | object |
public abstract equiv ( object x, object y ) : bool | ||
x | object | |
y | object | |
return | bool |
public abstract gte ( object x, object y ) : bool | ||
x | object | |
y | object | |
return | bool |
public abstract lt ( object x, object y ) : bool | ||
x | object | |
y | object | |
return | bool |
public abstract lte ( object x, object y ) : bool | ||
x | object | |
y | object | |
return | bool |
public abstract multiply ( object x, object y ) : object | ||
x | object | |
y | object | |
return | object |
public multiplyP ( object x, object y ) : object | ||
x | object | |
y | object | |
return | object |
public abstract opsWith ( BigDecimalOps x ) : Ops | ||
x | BigDecimalOps | |
return | Ops |
public abstract opsWith ( BigIntOps x ) : Ops | ||
x | BigIntOps | |
return | Ops |
public abstract opsWith ( DoubleOps x ) : Ops | ||
x | DoubleOps | |
return | Ops |
public abstract quotient ( object x, object y ) : object | ||
x | object | |
y | object | |
return | object |
public abstract remainder ( object x, object y ) : object | ||
x | object | |
y | object | |
return | object |