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

Method is

guava/src/com/google/common/base/CharMatcher.java:297–299  ·  view source on GitHub ↗

Returns a {@code char} matcher that matches only one specified BMP character.

(char match)

Source from the content-addressed store, hash-verified

295
296 /** Returns a {@code char} matcher that matches only one specified BMP character. */
297 public static CharMatcher is(char match) {
298 return new Is(match);
299 }
300
301 /**
302 * Returns a {@code char} matcher that matches any character except the BMP character specified.

Callers 8

CaseFormatEnum · 0.95
onMethod · 0.95
anyOfMethod · 0.95
precomputedPositiveMethod · 0.95
InetAddressesClass · 0.95
testToStringMethod · 0.95
negateMethod · 0.45

Calls

no outgoing calls

Tested by 1

testToStringMethod · 0.76