Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ hashCode
Method
hashCode
src/main/java/org/htmlunit/html/impl/Color.java:102–105 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
100
* {@inheritDoc}
101
*/
102
@Override
103
public
int
hashCode() {
104
return
Objects.hash(red_, green_, blue_, alpha_);
105
}
106
107
/**
108
* {@inheritDoc}
Callers
2
compareDocumentPosition
Method · 0.45
toString
Method · 0.45
Calls
1
hash
Method · 0.45
Tested by
no test coverage detected