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

Method countIn

output/java_guava/1.4.13/CharMatcher.java:1667–1670  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

1665 }
1666
1667 @Override
1668 public int countIn(CharSequence sequence) {
1669 return sequence.length() - original.countIn(sequence);
1670 }
1671
1672 @GwtIncompatible // java.util.BitSet
1673 @Override

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
countInMethod · 0.45

Tested by

no test coverage detected