isql.comparison
Class Different

java.lang.Object
  extended by isql.comparison.Different
All Implemented Interfaces:
IComparison

public class Different
extends java.lang.Object
implements IComparison

Used as predicate to check if two array elements are different

Author:
SHZ Sep 28, 2007

Constructor Summary
Different()
           
 
Method Summary
 boolean compare(java.lang.Object a, java.lang.Object b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Different

public Different()
Method Detail

compare

public boolean compare(java.lang.Object a,
                       java.lang.Object b)
                throws ISQLException
Specified by:
compare in interface IComparison
Throws:
ISQLException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object