Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setTitleStyle
Method · 0.45
setProgressBar
Method · 0.45
Calls
3
size
Method · 0.95
get
Method · 0.95
equals
Method · 0.80
Tested by
no test coverage detected