Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ matches
Method
matches
classpath/java/util/regex/CharacterMatcher.java:39–42 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
boolean matches(char c) {
40
int
index = c;
41
return
(map.length > index && map[index]) ^ inversePattern;
42
}
43
44
public
String toString() {
45
StringBuilder builder =
new
StringBuilder();
Callers
2
merge
Method · 0.95
intersect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected