com.greenpineyu.fel.function.operator
类 GreaterThan
java.lang.Object
com.greenpineyu.fel.function.operator.LessThen
com.greenpineyu.fel.function.operator.GreaterThan
- 所有已实现的接口:
- Function, Stable
public class GreaterThan
- extends LessThen
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreaterThan
public GreaterThan()
getName
public String getName()
- 从类
LessThen 复制的描述
- 大于等于 >=
- 指定者:
- 接口
Function 中的 getName - 覆盖:
- 类
LessThen 中的 getName
- 返回:
compare
public boolean compare(Object left,
Object right)
- 大于 >
- 覆盖:
- 类
LessThen 中的 compare
- 参数:
left - right -
- 返回:
Copyright © 2013. All Rights Reserved.