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

Method matchesNoneOf

output/java_guava/1.4.19/CharMatcher.java:1643–1646  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

matchesAllOfMethod · 0.45

Tested by

no test coverage detected