Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ hashCode
Method
hashCode
java/com/google/re2j/Pattern.java:354–359 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
}
353
354
@Override
355
public
int
hashCode() {
356
int
result = pattern.hashCode();
357
result = 31 * result + flags;
358
return
result;
359
}
360
361
private
static
final
long serialVersionUID = 0;
362
}
Callers
1
testEquals
Method · 0.95
Calls
no outgoing calls
Tested by
1
testEquals
Method · 0.76