Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ matcher
Method
matcher
guava/src/com/google/common/base/JdkPattern.java:32–35 ·
view source on GitHub ↗
(CharSequence t)
Source
from the content-addressed store, hash-verified
30
}
31
32
@Override
33
public
CommonMatcher matcher(CharSequence t) {
34
return
new
JdkMatcher(pattern.matcher(t));
35
}
36
37
@Override
38
public
String pattern() {
Callers
8
accept
Method · 0.45
apply
Method · 0.45
onPatternInternal
Method · 0.45
tryParse
Method · 0.45
tryParse
Method · 0.45
testBuilder_keepingLast_thenOrThrow
Method · 0.45
checkTryParse
Method · 0.45
createMatchResult
Method · 0.45
Calls
no outgoing calls
Tested by
3
testBuilder_keepingLast_thenOrThrow
Method · 0.36
checkTryParse
Method · 0.36
createMatchResult
Method · 0.36