Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/JCSprout
/ addWord
Method
addWord
src/main/java/com/crossoverjie/actual/Search.java:183–185 ·
view source on GitHub ↗
(String word)
Source
from the content-addressed store, hash-verified
181
182
183
public
static
void
addWord(String word){
184
ALL_MAP.put(word,word) ;
185
}
186
}
Callers
2
run
Method · 0.95
main
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected