Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PairedStatsAccumulator (0.13 sec)

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

    public class PairedStatsAccumulatorTest extends TestCase {
    
      private PairedStatsAccumulator emptyAccumulator;
      private PairedStatsAccumulator emptyAccumulatorByAddAllEmptyPairedStats;
      private PairedStatsAccumulator oneValueAccumulator;
      private PairedStatsAccumulator oneValueAccumulatorByAddAllEmptyPairedStats;
      private PairedStatsAccumulator twoValuesAccumulator;
      private PairedStatsAccumulator twoValuesAccumulatorByAddAllPartitionedPairedStats;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 03 21:17:33 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

    public class PairedStatsAccumulatorTest extends TestCase {
    
      private PairedStatsAccumulator emptyAccumulator;
      private PairedStatsAccumulator emptyAccumulatorByAddAllEmptyPairedStats;
      private PairedStatsAccumulator oneValueAccumulator;
      private PairedStatsAccumulator oneValueAccumulatorByAddAllEmptyPairedStats;
      private PairedStatsAccumulator twoValuesAccumulator;
      private PairedStatsAccumulator twoValuesAccumulatorByAddAllPartitionedPairedStats;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 03 21:17:33 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/math/PairedStatsTest.java

    import java.nio.ByteBuffer;
    import java.nio.ByteOrder;
    import junit.framework.TestCase;
    
    /**
     * Tests for {@link PairedStats}. This tests instances created by {@link
     * PairedStatsAccumulator#snapshot}.
     *
     * @author Pete Gillin
     */
    public class PairedStatsTest extends TestCase {
    
      public void testCount() {
        assertThat(EMPTY_PAIRED_STATS.count()).isEqualTo(0);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 03 21:17:33 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top