MCPcopy Create free account
hub / github.com/HumbleUI/JWM / get

Method get

examples/dashboard/java/Options.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 public String get() {
17 return _options[_idx];
18 }
19
20 public String get(int idx) {
21 return _options[idx % size()];

Callers 9

setMethod · 0.95
nextMethod · 0.95
prevMethod · 0.95
paintImplMethod · 0.45
paintImplMethod · 0.45
ExampleMethod · 0.45
acceptMethod · 0.45
paintImplMethod · 0.45
paintImplMethod · 0.45

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected