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

Method setBits

output/java_guava/1.4.13/CharMatcher.java:1161–1164  ·  view source on GitHub ↗
(BitSet bitSet)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

orMethod · 0.45

Tested by

no test coverage detected