(char c1, char c2)
| 1745 | } |
| 1746 | |
| 1747 | private static CharMatcher.IsEither isEither(char c1, char c2) { |
| 1748 | return new CharMatcher.IsEither(c1, c2); |
| 1749 | } |
| 1750 | |
| 1751 | /** Implementation of {@link #anyOf(CharSequence)} for exactly two characters. */ |
| 1752 | private static final class IsEither extends FastMatcher { |
no outgoing calls
no test coverage detected