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