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

Method matchesNoneOf

output/java_guava/1.4.18/CharMatcher.java:1644–1647  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

1642 }
1643
1644 @Override
1645 public boolean matchesNoneOf(CharSequence sequence) {
1646 return original.matchesAllOf(sequence);
1647 }
1648
1649 @Override
1650 public int countIn(CharSequence sequence) {

Callers

nothing calls this directly

Calls 1

matchesAllOfMethod · 0.45

Tested by

no test coverage detected