Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 42 (0.01 sec)

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

          return 42;
        }
    
        @Override
        public boolean equals(@Nullable Object o) {
          return o instanceof SerializableTicker;
        }
      }
    
      private static class SerializableWeigher<K, V> implements Weigher<K, V>, Serializable {
        @Override
        public int weigh(K key, V value) {
          return 42;
        }
    
        @Override
        public int hashCode() {
          return 42;
        }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    - [v1.4.3](#v143)
      - [Downloads](#downloads)
      - [Changelog since v1.4.2-beta.1](#changelog-since-v142-beta1)
        - [Other notable changes](#other-notable-changes-7)
    - [v1.4.2](#v142)
      - [Downloads](#downloads-1)
      - [Changelog since v1.4.2-beta.1](#changelog-since-v142-beta1-1)
        - [Other notable changes](#other-notable-changes-8)
    - [v1.4.2-beta.1](#v142-beta1)
      - [Downloads](#downloads-2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top