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