mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-15 22:00:42 +08:00
15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
TRUE
|
|
FALSE
|
|
NULL
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["boolean", "TRUE"],
|
|
["boolean", "FALSE"],
|
|
["boolean", "NULL"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for booleans. |