Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isLetterOrDigit (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/base/CharMatcher.java

      @Deprecated
      public static CharMatcher javaLetter() {
        return JavaLetter.INSTANCE;
      }
    
      /**
       * Determines whether a character is a BMP letter or digit according to {@linkplain
       * Character#isLetterOrDigit(char) Java's definition}.
       *
       * @deprecated Most letters and digits are supplementary characters; see the class documentation.
       * @since 19.0 (since 1.0 as constant {@code JAVA_LETTER_OR_DIGIT}).
       */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 53.9K bytes
    - Click Count (0)
Back to Top