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

Method countIn

output/java_guava/1.4.16/CharMatcher.java:1649–1652  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

1647 }
1648
1649 @Override
1650 public int countIn(CharSequence sequence) {
1651 return sequence.length() - original.countIn(sequence);
1652 }
1653
1654 @GwtIncompatible // java.util.BitSet
1655 @Override

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
countInMethod · 0.45

Tested by

no test coverage detected