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

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

public class NotBooleanOperator<E>
extends UnaryBooleanOperator<E>


Field Summary
 
Fields inherited from class org.archive.wayback.util.operator.UnaryBooleanOperator
operand
 
Constructor Summary
NotBooleanOperator()
           
 
Method Summary
 boolean isTrue(E value)
           
 
Methods inherited from class org.archive.wayback.util.operator.UnaryBooleanOperator
getOperand, setOperand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotBooleanOperator

public NotBooleanOperator()
Method Detail

isTrue

public boolean isTrue(E value)


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