Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ prev
Method
prev
examples/dashboard/java/Options.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public
String prev() {
47
_idx = (_idx + _options.length - 1) % _options.length;
48
return
get();
49
}
50
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected