Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testGoodFastHashEquals (0.07 sec)

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

       * different parameters can be equal. That fact is a problem for {@code
       * testSeededHashFunctionEquals}.
       */
      public void testGoodFastHashEquals() throws Exception {
        HashFunction hashFunction1a = Hashing.goodFastHash(1);
        HashFunction hashFunction1b = Hashing.goodFastHash(32);
        HashFunction hashFunction2a = Hashing.goodFastHash(33);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 26.4K bytes
    - Viewed (2)
  2. android/guava-tests/test/com/google/common/hash/HashingTest.java

       * different parameters can be equal. That fact is a problem for {@code
       * testSeededHashFunctionEquals}.
       */
      public void testGoodFastHashEquals() throws Exception {
        HashFunction hashFunction1a = Hashing.goodFastHash(1);
        HashFunction hashFunction1b = Hashing.goodFastHash(32);
        HashFunction hashFunction2a = Hashing.goodFastHash(33);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 26.4K bytes
    - Viewed (0)
Back to top