Uses of Interface
net.sf.jabb.util.exp.CompareOperation

Packages that use CompareOperation
net.sf.jabb.util.exp   
 

Uses of CompareOperation in net.sf.jabb.util.exp
 

Classes in net.sf.jabb.util.exp that implement CompareOperation
 class CompareExpression
          用于得到比较结果
 class NumberCompareExpression
          对数字(Number的子类,包括AtomicLong, AtomicInteger, Long, Integer, Double等)进行比较。 比较常见的用法是其中一个操作数用AtomicLong或AtomicInteger,另一个用Long或Integer。
 



Copyright © 2012. All Rights Reserved.