Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appearance (0.14 sec)

  1. android/guava/src/com/google/common/primitives/Booleans.java

        for (boolean value : array) {
          if (value == target) {
            return true;
          }
        }
        return false;
      }
    
      /**
       * Returns the index of the first appearance of the value {@code target} in {@code array}.
       *
       * <p><b>Note:</b> consider representing the array as a {@link java.util.BitSet} instead, and
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 19.9K bytes
    - Viewed (0)
Back to top