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

Method isEither

output/java_guava/1.4.13/CharMatcher.java:1844–1846  ·  view source on GitHub ↗
(char c1, char c2)

Source from the content-addressed store, hash-verified

1842 }
1843
1844 private static CharMatcher.IsEither isEither(char c1, char c2) {
1845 return new CharMatcher.IsEither(c1, c2);
1846 }
1847
1848 /** Implementation of {@link #anyOf(CharSequence)} for exactly two characters. */
1849

Callers 2

anyOfMethod · 0.95
precomputedPositiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected