jestr.generic.functor
Class CloneableAnd

java.lang.Object
  extended byjestr.generic.functor.CloneablePredicate
      extended byjestr.generic.functor.CloneableAnd
All Implemented Interfaces:
java.lang.Cloneable, JestrPredicate

public class CloneableAnd
extends CloneablePredicate

Author:
David Gilliland

Constructor Summary
CloneableAnd()
           
CloneableAnd(JestrPredicate p1, JestrPredicate p2)
           
 
Method Summary
 boolean test()
           
 
Methods inherited from class jestr.generic.functor.CloneablePredicate
addPredicate, clearPredicates, clone, getPredicates, removePredicate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneableAnd

public CloneableAnd()

CloneableAnd

public CloneableAnd(JestrPredicate p1,
                    JestrPredicate p2)
Method Detail

test

public boolean test()


Copyright (c) 2001-2003 - Apache Software Foundation