Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ negate
Method
negate
output/java_guava/1.4.13/CharMatcher.java:1260–1263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1258
}
1259
1260
@Override
1261
public
CharMatcher negate() {
1262
return
none();
1263
}
1264
}
1265
1266
/** Implementation of {@link #none()}. */
Callers
nothing calls this directly
Calls
1
none
Method · 0.45
Tested by
no test coverage detected