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

Method javaLowerCase

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

Determines whether a character is lower case according to plain Character#isLowerCase(char) Java's definition. @since 19.0 (since 1.0 as constant JAVA_LOWER_CASE)

()

Source from the content-addressed store, hash-verified

171 * @since 19.0 (since 1.0 as constant {@code JAVA_LOWER_CASE})
172 */
173 public static CharMatcher javaLowerCase() {
174 return JavaLowerCase.INSTANCE;
175 }
176
177 /**
178 * Determines whether a character is an ISO control character as specified by

Callers 1

CharMatcherClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected