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