Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HashFunctions (0.04 sec)

  1. android/guava-tests/test/com/google/common/hash/AbstractNonStreamingHashFunctionTest.java

    import org.jspecify.annotations.NullUnmarked;
    
    /** Tests for AbstractNonStreamingHashFunction. */
    @NullUnmarked
    public class AbstractNonStreamingHashFunctionTest extends TestCase {
      /**
       * Constructs two trivial HashFunctions (output := input), one streaming and one non-streaming,
       * and checks that their results are identical, no matter which newHasher version we used.
       */
      public void testExhaustive() {
        List<Hasher> hashers =
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top