mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-09 19:10:21 +08:00
17 lines
258 B
Plaintext
17 lines
258 B
Plaintext
:_
|
|
:foo
|
|
:BAR?
|
|
:Baz_42!
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["symbol", ":_"],
|
|
["symbol", ":foo"],
|
|
["symbol", ":BAR?"],
|
|
["symbol", ":Baz_42!"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for symbols. |