Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ makeFromInt
Method
makeFromInt
shared/java/KeyLocation.java:13–15 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
11
@ApiStatus.Internal
public
static
final
KeyLocation[] _values = values();
12
13
public
static
KeyLocation makeFromInt(
int
v) {
14
return
_values[v];
15
}
16
}
Callers
1
EventKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected