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

Method matches

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

Determines a true or false value for the given character.

(char c)

Source from the content-addressed store, hash-verified

444
445 /** Determines a true or false value for the given character. */
446 public abstract boolean matches(char c);
447
448 // Non-static factories
449

Callers 15

setBitsMethod · 0.95
matchesAllOfMethod · 0.95
indexInMethod · 0.95
lastIndexInMethod · 0.95
countInMethod · 0.95
removeFromMethod · 0.95
replaceFromMethod · 0.95
trimFromMethod · 0.95
trimLeadingFromMethod · 0.95
trimTrailingFromMethod · 0.95
collapseFromMethod · 0.95
trimAndCollapseFromMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected