Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ countIn
Method
countIn
output/java_guava/1.4.19/CharMatcher.java:1648–1651 ·
view source on GitHub ↗
(CharSequence sequence)
Source
from the content-addressed store, hash-verified
1646
}
1647
1648
@Override
1649
public
int
countIn(CharSequence sequence) {
1650
return
sequence.length() - original.countIn(sequence);
1651
}
1652
1653
@GwtIncompatible
// java.util.BitSet
1654
@Override
Callers
nothing calls this directly
Calls
2
length
Method · 0.45
countIn
Method · 0.45
Tested by
no test coverage detected