Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkFilter (0.04 sec)

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

       * hereby disclaims copyright to this source code.
       */
      static int smear(int hashCode) {
        return C2 * Integer.rotateLeft(hashCode * C1, 15);
      }
    
      private boolean checkFilter(int c) {
        return ((filter >> c) & 1) == 1;
      }
    
      // This is all essentially copied from ImmutableSet, but we have to duplicate because
      // of dependencies.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 03:49:18 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top