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

Method isNot

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

Returns a {@code char} matcher that matches any character except the BMP character specified. <p>To negate another {@code CharMatcher}, use {@link #negate()}.

(char match)

Source from the content-addressed store, hash-verified

304 * <p>To negate another {@code CharMatcher}, use {@link #negate()}.
305 */
306 public static CharMatcher isNot(char match) {
307 return new IsNot(match);
308 }
309
310 /**
311 * Returns a {@code char} matcher that matches any BMP character present in the given character

Callers 15

MediaTypeClass · 0.95
testToStringMethod · 0.95
negateMethod · 0.45
testSetBitsMethod · 0.45
testEmptyMethod · 0.45
testNullMethod · 0.45
testNoMatchesMethod · 0.45
testAllMatchesMethod · 0.45
testGeneralMethod · 0.45
doTestCollapseMethod · 0.45
doTestTrimFromMethod · 0.45

Calls

no outgoing calls

Tested by 13

testToStringMethod · 0.76
testSetBitsMethod · 0.36
testEmptyMethod · 0.36
testNullMethod · 0.36
testNoMatchesMethod · 0.36
testAllMatchesMethod · 0.36
testGeneralMethod · 0.36
doTestCollapseMethod · 0.36
doTestTrimFromMethod · 0.36
doTestTrimLeadingFromMethod · 0.36