Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ getWord
Method
getWord
annotations/AtUnitExample4.java:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
this.word = word;
21
}
22
public
String getWord() {
return
word; }
23
public
String scrambleWord() {
24
List<Character> chars = Arrays.asList(
25
ConvertTo.boxed(word.toCharArray()));
Callers
3
words
Method · 0.95
scramble1
Method · 0.95
scramble2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected