All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.Boolean

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Value
                   |
                   +----Jaja.Constant
                           |
                           +----Jaja.Boolean

public final class Boolean
extends Constant
This is the class of Boolean values. It statically defines the only two possible Boolean instances.

These are named TRUE and FALSE (in uppercase) not to interfere with the related Java keywords.



All Packages  Class Hierarchy  This Package  Previous  Next  Index