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

Method negate

output/java_guava/1.4.17/CharMatcher.java:1767–1770  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1765 }
1766
1767 @Override
1768 public CharMatcher negate() {
1769 return isNot(match);
1770 }
1771
1772 @GwtIncompatible // java.util.BitSet
1773 @Override

Callers

nothing calls this directly

Calls 1

isNotMethod · 0.45

Tested by

no test coverage detected