All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.NotEqualString

java.lang.Object
   |
   +----COM.objectspace.jgl.NotEqualString

public final class NotEqualString
extends Object
implements BinaryPredicate
NotEqualString is a binary predicate that returns true if the first operand as a string is not equal to the second operand as a string.

Version:
2.0.2
Author:
ObjectSpace, Inc.

Constructor Index

 o NotEqualString()

Method Index

 o execute(Object, Object)
Return true if the first operand is not equal to the second operand.

Constructors

 o NotEqualString
 public NotEqualString()

Methods

 o execute
 public boolean execute(Object first,
                        Object second)
Return true if the first operand is not equal to the second operand.

Returns:
first.toString() != second.toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index