Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ toString
Method
toString
shared/java/impl/Native.java:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
@Override
19
public
String toString() {
20
return
getClass().getSimpleName() +
"(_ptr=0x"
+ Long.toString(_ptr, 16) +
")"
;
21
}
22
23
@Override
24
public
boolean equals(Object other) {
Callers
7
setIcon
Method · 0.45
setIcon
Method · 0.45
log
Method · 0.45
accept
Method · 0.45
paintImpl
Method · 0.45
paintImpl
Method · 0.45
paintImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected