Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ setMatch
Method
setMatch
classpath/java/util/regex/CharacterMatcher.java:101–104 ·
view source on GitHub ↗
(int c)
Source
from the content-addressed store, hash-verified
99
}
100
101
private
void
setMatch(
int
c) {
102
ensureCapacity(c + 1);
103
map[c] = true;
104
}
105
106
private
void
ensureCapacity(
int
length) {
107
if
(map.length >= length) {
Callers
1
parseClass
Method · 0.95
Calls
1
ensureCapacity
Method · 0.95
Tested by
no test coverage detected