Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for objectWithHash (0.39 sec)

  1. android/guava-tests/test/com/google/common/cache/CacheEvictionTest.java

                .maximumWeight(1L << 31)
                .weigher(constantWeigher(Integer.MAX_VALUE))
                .removalListener(removalListener)
                .build(loader);
        cache.getUnchecked(objectWithHash(0));
        cache.getUnchecked(objectWithHash(0));
        CacheTesting.processPendingNotifications(cache);
        assertThat(removalListener.getCount()).isEqualTo(1);
      }
    
      public void testUpdateRecency_onGet() {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Oct 28 18:19:59 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top