Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ size
Method
size
examples/dashboard/java/Options.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
int
size() {
38
return
_options.length;
39
}
40
41
public
String next() {
42
_idx = (_idx + 1) % size();
Callers
15
get
Method · 0.95
set
Method · 0.95
next
Method · 0.95
getFormats
Method · 0.80
Java_io_github_humbleui_jwm_App__1nGetScreens
Function · 0.80
init
Method · 0.80
Example
Method · 0.80
accept
Method · 0.80
accept
Method · 0.80
paintImpl
Method · 0.80
accept
Method · 0.80
AppX11.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected