net.sf.jga.fn.comparison
public class NotEqualTo<T> extends AbstractBinaryPredicate<T,T> implements Serializable
Copyright © 2002 David A. Hall
Nested Class Summary | |
---|---|
interface | NotEqualTo.Visitor
Interface for classes that may interpret a NotEqualTo predicate. |
Method Summary | |
---|---|
void | accept(Visitor v)
Calls the Visitor's visit(NotEqualTo) method, if it
implements the nested Visitor interface. |
boolean | p(T x, T y)
Given arguments x and y, returns ! |
String | toString() |
visit(NotEqualTo)
method, if it
implements the nested Visitor interface.Returns: !(x.equals(y))