(char c1, char c2)
| 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 |
no outgoing calls
no test coverage detected