de.cm.frw.core.fun.impl
Class Pred.BinComp

java.lang.Object
  extended by de.cm.frw.core.fun.impl.Pred
      extended by de.cm.frw.core.fun.impl.Pred.BinPred
          extended by de.cm.frw.core.fun.impl.Pred.BinComp
All Implemented Interfaces:
Predicate
Enclosing class:
Pred

public abstract static class Pred.BinComp
extends Pred.BinPred


Nested Class Summary
 
Nested classes/interfaces inherited from class de.cm.frw.core.fun.impl.Pred
Pred.And, Pred.BinComp, Pred.BinPred, Pred.Combination, Pred.Not, Pred.Or
 
Constructor Summary
Pred.BinComp()
           
 
Method Summary
abstract  boolean compare(java.lang.Object a, java.lang.Object b)
           
 boolean test(java.lang.Object arg)
           
 
Methods inherited from class de.cm.frw.core.fun.impl.Pred.BinPred
test
 
Methods inherited from class de.cm.frw.core.fun.impl.Pred
and, fromFunction, not, or
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pred.BinComp

public Pred.BinComp()
Method Detail

test

public boolean test(java.lang.Object arg)
Specified by:
test in interface Predicate
Specified by:
test in class Pred

compare

public abstract boolean compare(java.lang.Object a,
                                java.lang.Object b)