Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nignye (0.29 sec)

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

      }
    
      /**
       * Returns an immutable set of all nine primitive-wrapper types (including {@link Void}).
       *
       * @since 3.0
       */
      public static Set<Class<?>> allWrapperTypes() {
        return WRAPPER_TO_PRIMITIVE_TYPE.keySet();
      }
    
      /**
       * Returns {@code true} if {@code type} is one of the nine primitive-wrapper types, such as {@link
       * Integer}.
       *
       * @see Class#isPrimitive
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Oct 05 19:04:25 GMT 2022
    - 4.5K bytes
    - Viewed (0)
Back to top