Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ setBits
Method
setBits
output/java_guava/1.4.13/CharMatcher.java:1736–1741 ·
view source on GitHub ↗
(BitSet table)
Source
from the content-addressed store, hash-verified
1734
}
1735
1736
@GwtIncompatible
// java.util.BitSet
1737
@Override
1738
void
setBits(BitSet table) {
1739
first.setBits(table);
1740
second.setBits(table);
1741
}
1742
1743
@Override
1744
public
boolean matches(char c) {
Callers
nothing calls this directly
Calls
1
setBits
Method · 0.45
Tested by
no test coverage detected