Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Traneptora/jxlatte
/ hashCode
Method
hashCode
java/com/traneptora/jxlatte/util/Rectangle.java:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
@Override
35
public
int
hashCode() {
36
return
Objects.hash(origin, size);
37
}
38
39
@Override
40
public
boolean equals(Object obj) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected