Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for objectWithHash (0.07 seconds)

  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() {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Oct 28 18:19:59 GMT 2025
    - 15.1K bytes
    - Click Count (0)
Back to Top