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

Method none

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

Matches no characters. @since 19.0 (since 1.0 as constant NONE)

()

Source from the content-addressed store, hash-verified

71 * @since 19.0 (since 1.0 as constant {@code NONE})
72 */
73 public static CharMatcher none() {
74 return None.INSTANCE;
75 }
76
77 /**
78 * Determines whether a character is whitespace according to the latest Unicode standard, as

Callers 7

paddingMethod · 0.95
SplitterMethod · 0.95
CharMatcherClass · 0.95
anyOfMethod · 0.95
precomputedPositiveMethod · 0.95
negateMethod · 0.45
andMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected