MCPcopy 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

wordsMethod · 0.95
scramble1Method · 0.95
scramble2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected