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

Method replaceFrom

output/java_guava/1.4.17/CharMatcher.java:1752–1755  ·  view source on GitHub ↗
(CharSequence sequence, char replacement)

Source from the content-addressed store, hash-verified

1750 }
1751
1752 @Override
1753 public String replaceFrom(CharSequence sequence, char replacement) {
1754 return sequence.toString().replace(match, replacement);
1755 }
1756
1757 @Override
1758 public CharMatcher and(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected