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

Method javaLowerCase

output/java_guava/1.4.13/CharMatcher.java:194–196  ·  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

192
193
194 public static CharMatcher javaLowerCase() {
195 return JavaLowerCase.INSTANCE;
196 }
197
198 /**
199 * 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