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

Method matchesNoneOf

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

Source from the content-addressed store, hash-verified

1660 }
1661
1662 @Override
1663 public boolean matchesNoneOf(CharSequence sequence) {
1664 return original.matchesAllOf(sequence);
1665 }
1666
1667 @Override
1668 public int countIn(CharSequence sequence) {

Callers

nothing calls this directly

Calls 1

matchesAllOfMethod · 0.45

Tested by

no test coverage detected