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

Method matchesAllOf

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

matchesNoneOfMethod · 0.45

Tested by

no test coverage detected