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

Method matchesAllOf

output/java_guava/1.4.17/CharMatcher.java:1639–1642  ·  view source on GitHub ↗
(CharSequence sequence)

Source from the content-addressed store, hash-verified

1637 }
1638
1639 @Override
1640 public boolean matchesAllOf(CharSequence sequence) {
1641 return original.matchesNoneOf(sequence);
1642 }
1643
1644 @Override
1645 public boolean matchesNoneOf(CharSequence sequence) {

Callers

nothing calls this directly

Calls 1

matchesNoneOfMethod · 0.45

Tested by

no test coverage detected