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

Method setBits

corpus/java/training/guava/base/CharMatcher.java:1639–1644  ·  view source on GitHub ↗
(BitSet table)

Source from the content-addressed store, hash-verified

1637 }
1638
1639 @GwtIncompatible // java.util.BitSet
1640 @Override
1641 void setBits(BitSet table) {
1642 first.setBits(table);
1643 second.setBits(table);
1644 }
1645
1646 @Override
1647 public boolean matches(char c) {

Callers

nothing calls this directly

Calls 1

setBitsMethod · 0.45

Tested by

no test coverage detected