Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ makeFromInt
Method
makeFromInt
shared/java/Key.java:131–133 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
129
@ApiStatus.Internal
public
static
final
Key[] _values = values();
130
131
public
static
Key makeFromInt(
int
v) {
132
return
_values[v];
133
}
134
135
private
Key(String name,
int
mask) {
136
_name = name;
Callers
1
EventKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected