Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ setBits
Method
setBits
output/java_guava/1.4.19/CharMatcher.java:1717–1722 ·
view source on GitHub ↗
(BitSet table)
Source
from the content-addressed store, hash-verified
1715
}
1716
1717
@GwtIncompatible
// java.util.BitSet
1718
@Override
1719
void
setBits(BitSet table) {
1720
first.setBits(table);
1721
second.setBits(table);
1722
}
1723
1724
@Override
1725
public
boolean matches(char c) {
Callers
nothing calls this directly
Calls
1
setBits
Method · 0.45
Tested by
no test coverage detected