Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ hashCode
Method
hashCode
src/main/java/org/htmlunit/http/Cookie.java:246–250 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
244
* {@inheritDoc}
245
*/
246
@Override
247
public
int
hashCode() {
248
final
String path = getPath() == null ?
"/"
: getPath();
249
return
Objects.hash(getName(), getDomain(), path);
250
}
251
}
Callers
3
domain
Method · 0.95
value
Method · 0.95
nullPath
Method · 0.95
Calls
4
getPath
Method · 0.95
getName
Method · 0.95
getDomain
Method · 0.95
hash
Method · 0.45
Tested by
3
domain
Method · 0.76
value
Method · 0.76
nullPath
Method · 0.76