com.sun.el.lang
类 ELArithmetic.BigIntegerDelegate
java.lang.Object
com.sun.el.lang.ELArithmetic
com.sun.el.lang.ELArithmetic.BigIntegerDelegate
- 包容类:
- ELArithmetic
public static final class ELArithmetic.BigIntegerDelegate
- extends ELArithmetic
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELArithmetic.BigIntegerDelegate
public ELArithmetic.BigIntegerDelegate()
add
protected Number add(Number num0,
Number num1)
- 指定者:
- 类
ELArithmetic 中的 add
coerce
protected Number coerce(Number num)
- 指定者:
- 类
ELArithmetic 中的 coerce
coerce
protected Number coerce(String str)
- 指定者:
- 类
ELArithmetic 中的 coerce
divide
protected Number divide(Number num0,
Number num1)
- 指定者:
- 类
ELArithmetic 中的 divide
multiply
protected Number multiply(Number num0,
Number num1)
- 指定者:
- 类
ELArithmetic 中的 multiply
mod
protected Number mod(Number num0,
Number num1)
- 指定者:
- 类
ELArithmetic 中的 mod
subtract
protected Number subtract(Number num0,
Number num1)
- 指定者:
- 类
ELArithmetic 中的 subtract
matches
public boolean matches(Object obj0,
Object obj1)
- 指定者:
- 类
ELArithmetic 中的 matches
Copyright © 2013. All Rights Reserved.