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

Method is

corpus/java/training/guava/base/CharMatcher.java:376–378  ·  view source on GitHub ↗

Returns a char matcher that matches only one specified character.

(final char match)

Source from the content-addressed store, hash-verified

374 * Returns a {@code char} matcher that matches only one specified character.
375 */
376 public static CharMatcher is(final char match) {
377 return new Is(match);
378 }
379
380 /**
381 * Returns a {@code char} matcher that matches any character except the one specified.

Callers 6

paddingMethod · 0.95
CaseFormatEnum · 0.95
onMethod · 0.95
anyOfMethod · 0.95
precomputedPositiveMethod · 0.95
negateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected