mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-15 22:10:16 +08:00
17 lines
545 B
Plaintext
17 lines
545 B
Plaintext
|
String Int Long Short
|
||
|
Byte Boolean Double
|
||
|
Float Char Any AnyRef
|
||
|
AnyVal Unit Nothing
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["builtin", "String"], ["builtin", "Int"], ["builtin", "Long"], ["builtin", "Short"],
|
||
|
["builtin", "Byte"], ["builtin", "Boolean"], ["builtin", "Double"],
|
||
|
["builtin", "Float"], ["builtin", "Char"], ["builtin", "Any"], ["builtin", "AnyRef"],
|
||
|
["builtin", "AnyVal"], ["builtin", "Unit"], ["builtin", "Nothing"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for builtins.
|