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

Method isEither

output/java_guava/1.4.17/CharMatcher.java:1826–1828  ·  view source on GitHub ↗
(char c1, char c2)

Source from the content-addressed store, hash-verified

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

Callers 2

anyOfMethod · 0.95
precomputedPositiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected