Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _zzz (0.01 sec)

  1. android/guava-tests/test/com/google/common/collect/MapsTest.java

        assertEquals(Integer.valueOf(3), map.remove("two"));
        assertThat(strings).containsExactly("one", "three").inOrder();
        assertEquals(mapEntry("three", 5), map.subMap("one", false, "zzz", true).pollLastEntry());
        assertThat(strings).contains("one");
      }
    
      @GwtIncompatible // NavigableMap
      public void testAsMapNavigableSubViewKeySetsDoNotSupportAdd() {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 62.7K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/MapsTest.java

        assertEquals(Integer.valueOf(3), map.remove("two"));
        assertThat(strings).containsExactly("one", "three").inOrder();
        assertEquals(mapEntry("three", 5), map.subMap("one", false, "zzz", true).pollLastEntry());
        assertThat(strings).contains("one");
      }
    
      @GwtIncompatible // NavigableMap
      public void testAsMapNavigableSubViewKeySetsDoNotSupportAdd() {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 22:56:33 UTC 2025
    - 65K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

      ): String = formatDate(Date(System.currentTimeMillis() + timeUnit.toMillis(delta)))
    
      private fun formatDate(date: Date): String {
        val rfc1123: DateFormat = SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US)
        rfc1123.timeZone = TimeZone.getTimeZone("GMT")
        return rfc1123.format(date)
      }
    
      private fun assertNotCached(response: MockResponse) {
        server.enqueue(
          response
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Oct 03 17:41:45 UTC 2025
    - 116.8K bytes
    - Viewed (0)
Back to top