Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
set
Method · 0.95
next
Method · 0.95
prev
Method · 0.95
paintImpl
Method · 0.45
paintImpl
Method · 0.45
Example
Method · 0.45
accept
Method · 0.45
paintImpl
Method · 0.45
paintImpl
Method · 0.45
Calls
1
size
Method · 0.95
Tested by
no test coverage detected