org.archive.wayback.util.operator
Class AndBooleanOperator<E>

java.lang.Object
  extended by org.archive.wayback.util.operator.BinaryBooleanOperator<E>
      extended by org.archive.wayback.util.operator.AndBooleanOperator<E>
All Implemented Interfaces:
BooleanOperator<E>

public class AndBooleanOperator<E>
extends BinaryBooleanOperator<E>


Field Summary
 
Fields inherited from class org.archive.wayback.util.operator.BinaryBooleanOperator
operand1, operand2
 
Constructor Summary
AndBooleanOperator()
           
 
Method Summary
 boolean isTrue(E value)
           
 
Methods inherited from class org.archive.wayback.util.operator.BinaryBooleanOperator
getOperand1, getOperand2, setOperand1, setOperand2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndBooleanOperator

public AndBooleanOperator()
Method Detail

isTrue

public boolean isTrue(E value)


Copyright © 2005-2011 Internet Archive. All Rights Reserved.