MCPcopy Create free account
hub / github.com/antlr/codebuff / setBits

Method setBits

output/java_guava/1.4.18/CharMatcher.java:1159–1162  ·  view source on GitHub ↗
(BitSet bitSet)

Source from the content-addressed store, hash-verified

1157 }
1158
1159 @Override
1160 void setBits(BitSet bitSet) {
1161 bitSet.or(table);
1162 }
1163 }
1164
1165 // Static constant implementation classes

Callers

nothing calls this directly

Calls 1

orMethod · 0.45

Tested by

no test coverage detected