Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 244 for Primitive (0.25 sec)

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

    import javax.annotation.CheckForNull;
    
    /**
     * Static utility methods pertaining to {@code float} primitives, that are not already found in
     * either {@link Float} or {@link Arrays}.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible(emulated = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/primitives/Floats.java

    import javax.annotation.CheckForNull;
    
    /**
     * Static utility methods pertaining to {@code float} primitives, that are not already found in
     * either {@link Float} or {@link Arrays}.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible(emulated = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/AbstractPluginValidationIntegrationSpec.groovy

                    type('MyTask').property('primitive')
                        .primitive(primitiveType)
                }, "validation_problems", "cannot_use_optional_on_primitive_types"),
            ])
    
            and:
            if (isProblemsApiCheckEnabled()) {
                verifyAll(receivedProblem) {
                    fqid == 'validation:property-validation:cannot-use-optional-on-primitive-types'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/primitives/Doubles.java

    import javax.annotation.CheckForNull;
    
    /**
     * Static utility methods pertaining to {@code double} primitives, that are not already found in
     * either {@link Double} or {@link Arrays}.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible(emulated = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/primitives/Doubles.java

    import javax.annotation.CheckForNull;
    
    /**
     * Static utility methods pertaining to {@code double} primitives, that are not already found in
     * either {@link Double} or {@link Arrays}.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible(emulated = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/internal/typeconversion/DefaultTypeConverter.java

            }), File.class);
            registerConverters();
        }
    
        @Override
        public Object convert(Object notation, Class<?> type, boolean primitive) throws TypeConversionException {
            if (type.isInstance(notation)) {
                return notation;
            }
            if (!primitive && notation == null) {
                return null;
            }
    
            if (type.isEnum()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/CollectSpliterators.java

      }
    
      /**
       * Implementation of {@link Stream#flatMap} with a primitive spliterator output type.
       *
       * @param <InElementT> the element type of the input spliterator
       * @param <OutElementT> the (boxed) element type of the output spliterators
       * @param <OutConsumerT> the specialized consumer type for the primitive output type
       * @param <OutSpliteratorT> the primitive spliterator type associated with {@code OutElementT}
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 22 18:19:31 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGeneratorTest.groovy

            def proxyClass = generate(SomeType)
            def impl = proxyClass.newInstance(state, typeConverter)
    
            when:
            impl.value = "12"
            impl.primitive = "14"
    
            then:
            1 * state.set("value", 12)
            1 * state.set("primitive", 14L)
            0 * state._
        }
    
        def "mixes in converting setter for delegated property with scalar type"() {
            def state = Mock(ModelElementState)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/primitives/Shorts.java

    import javax.annotation.CheckForNull;
    
    /**
     * Static utility methods pertaining to {@code short} primitives, that are not already found in
     * either {@link Short} or {@link Arrays}.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible(emulated = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  10. guava/src/com/google/common/primitives/Shorts.java

    import javax.annotation.CheckForNull;
    
    /**
     * Static utility methods pertaining to {@code short} primitives, that are not already found in
     * either {@link Short} or {@link Arrays}.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible(emulated = true)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top