MCPcopy
hub / github.com/google/guava / negate

Method negate

guava/src/com/google/common/base/CharMatcher.java:1706–1709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1704 }
1705
1706 @Override
1707 public CharMatcher negate() {
1708 return is(match);
1709 }
1710
1711 @Override
1712 public String toString() {

Callers

nothing calls this directly

Calls 1

isMethod · 0.45

Tested by

no test coverage detected