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


构造方法摘要
GreaterThan()
           
 
方法摘要
 boolean compare(Object left, Object right)
          大于 >
 String getName()
          大于等于 >=
 
从类 com.greenpineyu.fel.function.operator.LessThen 继承的方法
buildRelationExpr, call, main, stable, toMethod
 
从类 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.