|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Boolean
| 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 |
public Boolean(boolean value)
value - The value| Method Detail |
public boolean booleanValue()
public java.lang.String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - The other
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||