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

Method set

examples/dashboard/java/Options.java:24–27  ·  view source on GitHub ↗
(int idx)

Source from the content-addressed store, hash-verified

22 }
23
24 public String set(int idx) {
25 _idx = idx % size();
26 return get();
27 }
28
29 public String set(String value) {
30 for (int i = 0; i < _options.length; ++i) {

Callers 2

setTitleStyleMethod · 0.45
setProgressBarMethod · 0.45

Calls 3

sizeMethod · 0.95
getMethod · 0.95
equalsMethod · 0.80

Tested by

no test coverage detected