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

Method negate

output/java_guava/1.4.19/CharMatcher.java:1766–1769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isNotMethod · 0.45

Tested by

no test coverage detected