mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
impr(language): add common Java classes and words (#5803)
This commit is contained in:
parent
9e057dce87
commit
03a08f402c
1 changed files with 26 additions and 0 deletions
|
|
@ -3,7 +3,9 @@
|
|||
"noLazyMode": true,
|
||||
"words": [
|
||||
"abstract",
|
||||
"ArrayList",
|
||||
"assert",
|
||||
"BigDecimal",
|
||||
"boolean",
|
||||
"break",
|
||||
"byte",
|
||||
|
|
@ -12,41 +14,65 @@
|
|||
"char",
|
||||
"class",
|
||||
"continue",
|
||||
"Date",
|
||||
"default",
|
||||
"do",
|
||||
"double",
|
||||
"else",
|
||||
"enum",
|
||||
"equals",
|
||||
"Exception",
|
||||
"extends",
|
||||
"false",
|
||||
"File",
|
||||
"final",
|
||||
"finally",
|
||||
"float",
|
||||
"for",
|
||||
"HashMap",
|
||||
"HashSet",
|
||||
"if",
|
||||
"implements",
|
||||
"import",
|
||||
"instanceof",
|
||||
"int",
|
||||
"interface",
|
||||
"List",
|
||||
"long",
|
||||
"Map",
|
||||
"Math",
|
||||
"native",
|
||||
"new",
|
||||
"null",
|
||||
"Object",
|
||||
"Optional",
|
||||
"package",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"Random",
|
||||
"record",
|
||||
"return",
|
||||
"Scanner",
|
||||
"Set",
|
||||
"short",
|
||||
"size",
|
||||
"static",
|
||||
"Stream",
|
||||
"strictfp",
|
||||
"String",
|
||||
"super",
|
||||
"switch",
|
||||
"synchronized",
|
||||
"System",
|
||||
"this",
|
||||
"throw",
|
||||
"throws",
|
||||
"toString",
|
||||
"transient",
|
||||
"true",
|
||||
"try",
|
||||
"UUID",
|
||||
"void",
|
||||
"volatile",
|
||||
"while",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue