mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-29 01:13:33 +08:00
21 lines
316 B
Plaintext
21 lines
316 B
Plaintext
false
|
|
no
|
|
off
|
|
on
|
|
true
|
|
yes
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["boolean", "false"],
|
|
["boolean", "no"],
|
|
["boolean", "off"],
|
|
["boolean", "on"],
|
|
["boolean", "true"],
|
|
["boolean", "yes"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for all boolean aliases. |