DCT Lightfoot v3 API specification

java.lang
Class Boolean

java.lang.Object
  |
  +--java.lang.Boolean

public class Boolean
extends Object


Constructor Summary
Boolean(boolean value)
          create a new boolean
 
Method Summary
 boolean booleanValue()
          Return the boolean value
 boolean equals(Object obj)
          Return true if it is the same as the other object
 int hashCode()
          Return the hash code
 java.lang.String toString()
          Return the string value
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Boolean

public Boolean(boolean value)
create a new boolean

Parameters:
value - The value
Method Detail

booleanValue

public boolean booleanValue()
Return the boolean value


toString

public java.lang.String toString()
Return the string value

Overrides:
toString in class Object
Returns:
the string value

hashCode

public int hashCode()
Return the hash code

Overrides:
hashCode in class Object
Returns:
1231 for true, 1237 for false

equals

public boolean equals(Object obj)
Return true if it is the same as the other object

Overrides:
equals in class Object
Parameters:
obj - The other

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification