Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for extra (0.13 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Turtle in a tone of great relief.  `Now at OURS they had at the
    end of the bill, "French, music, AND WASHING--extra."'
    
      `You couldn't have wanted it much,' said Alice; `living at the
    bottom of the sea.'
    
      `I couldn't afford to learn it.' said the Mock Turtle with a
    sigh.  `I only took the regular course.'
    
      `What was that?' inquired Alice.
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertThat(logged).hasSize(1); // errors are always logged
          assertThat(logged.get(0).getThrown()).isInstanceOf(MyError.class);
        }
      }
    
      /** All as list will log extra exceptions that have already occurred. */
      public void testAllAsList_logging_multipleExceptions_alreadyDone() throws Exception {
        try {
          getDone(
              allAsList(
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

          assertThat(logged).hasSize(1); // errors are always logged
          assertThat(logged.get(0).getThrown()).isInstanceOf(MyError.class);
        }
      }
    
      /** All as list will log extra exceptions that have already occurred. */
      public void testAllAsList_logging_multipleExceptions_alreadyDone() throws Exception {
        try {
          getDone(
              allAsList(
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Maps.java

       * @return a new, empty {@code TreeMap}
       */
      public static <C extends @Nullable Object, K extends C, V extends @Nullable Object>
          TreeMap<K, V> newTreeMap(@CheckForNull Comparator<C> comparator) {
        // Ideally, the extra type parameter "C" shouldn't be necessary. It is a
        // work-around of a compiler type inference quirk that prevents the
        // following code from being compiled:
        // Comparator<Class<?>> comparator = null;
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    Turtle in a tone of great relief.  `Now at OURS they had at the
    end of the bill, "French, music, AND WASHING--extra."'
    
      `You couldn't have wanted it much,' said Alice; `living at the
    bottom of the sea.'
    
      `I couldn't afford to learn it.' said the Mock Turtle with a
    sigh.  `I only took the regular course.'
    
      `What was that?' inquired Alice.
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top