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