Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ManyValues (0.14 sec)

  1. android/guava-tests/test/com/google/common/math/StatsTesting.java

                values[4] = fifth;
                builder.add(new ManyValues(values));
              }
            }
          }
          return builder.build();
        }
      }
    
      static final ImmutableList<ManyValues> ALL_MANY_VALUES = ManyValues.createAll();
    
      static final ImmutableList<Double> MANY_VALUES =
          ImmutableList.of(1.1, -44.44, 33.33, 555.555, -2.2);
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/math/StatsTesting.java

                values[4] = fifth;
                builder.add(new ManyValues(values));
              }
            }
          }
          return builder.build();
        }
      }
    
      static final ImmutableList<ManyValues> ALL_MANY_VALUES = ManyValues.createAll();
    
      static final ImmutableList<Double> MANY_VALUES =
          ImmutableList.of(1.1, -44.44, 33.33, 555.555, -2.2);
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 23.8K bytes
    - Viewed (0)
Back to top