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

Method isEither

output/java_guava/1.4.19/CharMatcher.java:1825–1827  ·  view source on GitHub ↗
(char c1, char c2)

Source from the content-addressed store, hash-verified

1823 }
1824
1825 private static CharMatcher.IsEither isEither(char c1, char c2) {
1826 return new CharMatcher.IsEither(c1, c2);
1827 }
1828
1829 /** Implementation of {@link #anyOf(CharSequence)} for exactly two characters. */
1830

Callers 2

anyOfMethod · 0.95
precomputedPositiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected