Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
Bool | from_int (int value) |
Static Public Attributes | |
final int | _acsFALSE = 0 |
final Bool | acsFALSE = new Bool(_acsFALSE) |
final int | _acsTRUE = 1 |
final Bool | acsTRUE = new Bool(_acsTRUE) |
Protected Member Functions | |
Bool (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|