Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for toStats (1.65 sec)

  1. guava/src/com/google/common/math/Stats.java

       * consumed by this method.
       *
       * <p>If you have a {@code Stream<Double>} rather than a {@code DoubleStream}, you should collect
       * the values using {@link #toStats()} instead.
       *
       * @param values a series of values
       * @since 28.2 (but only since 33.4.0 in the Android flavor)
       */
      public static Stats of(DoubleStream values) {
        return values
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/util/SmbCircuitBreaker.java

             *
             * @param circuitBreaker the circuit breaker
             * @param fromState previous state
             * @param toState new state
             */
            void onStateChange(SmbCircuitBreaker circuitBreaker, State fromState, State toState);
    
            /**
             * Called when a request succeeds
             *
             * @param circuitBreaker the circuit breaker
             */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 33.4K bytes
    - Viewed (0)
Back to top