All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class COM.objectspace.jgl.GreaterEqualInteger
java.lang.Object
   |
   +----COM.objectspace.jgl.GreaterEqualInteger
  -  public final class GreaterEqualInteger
  
-  extends Object
  
-  implements BinaryPredicate
   
 Note: GreaterEqualInteger is deprecated.
GreaterEqualInteger is a binary predicate that assumes that both of its operands are
 instances of Integer and returns true if the first operand is greater than or equal to the
 second operand.
 
    -  See Also:
    
 -  GreaterEqualNumber
 
  
  -  
	GreaterEqualInteger()
   -  
 
  
  -  
	execute(Object, Object)
   -   Return true if the first operand is greater than or equal to the second operand.
 
  
GreaterEqualInteger
  public GreaterEqualInteger()
  
execute
  public boolean execute(Object first,
                         Object second)
  -  Return true if the first operand is greater than or equal to the second operand.
  
    -  Parameters:
    
 -  first - The first operand, which must be an instance of Integer.
    
-  second - The second operand, which must be an instance of Integer.
    
  -  Returns:
    
 -  first >= second
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index