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

Method matchesAllOf

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

Source from the content-addressed store, hash-verified

1655 }
1656
1657 @Override
1658 public boolean matchesAllOf(CharSequence sequence) {
1659 return original.matchesNoneOf(sequence);
1660 }
1661
1662 @Override
1663 public boolean matchesNoneOf(CharSequence sequence) {

Callers

nothing calls this directly

Calls 1

matchesNoneOfMethod · 0.45

Tested by

no test coverage detected