ist.palcom.base
Class False

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.Boolean
          extended by ist.palcom.base.False

public class False
extends Boolean

A singular instance, 'false', of the False class represents the canonical false value.


Constructor Summary
False()
           
 
Method Summary
 
Methods inherited from class ist.palcom.base.Boolean
ifFalse, ifTrue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

False

public False()