org.ojalgo.function.logical.comparable
Class NotEqualTo

java.lang.Object
  extended by org.ojalgo.function.logical.comparable.NotEqualTo
All Implemented Interfaces:
LogicalFunction

Deprecated. v28 If you use/need this class let me know; or it will be removed.

@Deprecated
public class NotEqualTo
extends Object


Field Summary
 
Fields inherited from interface org.ojalgo.function.logical.LogicalFunction
FALSE, TRUE
 
Constructor Summary
NotEqualTo(Comparable aLeft, Comparable aRight)
          Deprecated.  
 
Method Summary
 boolean invoke()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotEqualTo

public NotEqualTo(Comparable aLeft,
                  Comparable aRight)
Deprecated. 
Method Detail

invoke

public boolean invoke()
Deprecated.