Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Tretter (0.16 sec)

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

      The Gryphon lifted up both its paws in surprise.  `What!  Never
    heard of uglifying!' it exclaimed.  `You know what to beautify is,
    I suppose?'
    
      `Yes,' said Alice doubtfully:  `it means--to--make--anything--prettier.'
    
      `Well, then,' the Gryphon went on, `if you don't know what to
    uglify is, you ARE a simpleton.'
    
      Alice did not feel encouraged to ask any more questions about
    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. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      The Gryphon lifted up both its paws in surprise.  `What!  Never
    heard of uglifying!' it exclaimed.  `You know what to beautify is,
    I suppose?'
    
      `Yes,' said Alice doubtfully:  `it means--to--make--anything--prettier.'
    
      `Well, then,' the Gryphon went on, `if you don't know what to
    uglify is, you ARE a simpleton.'
    
      Alice did not feel encouraged to ask any more questions about
    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)
  3. android/guava/src/com/google/common/collect/Maps.java

       * }</pre>
       *
       * <p>If your index may associate multiple values with each key, use {@link
       * Multimaps#index(Iterable, Function) Multimaps.index}.
       *
       * <p><b>Note:</b> on Java 8+, it is usually better to use streams. For example:
       *
       * <pre>{@code
       * import static com.google.common.collect.ImmutableMap.toImmutableMap;
       * ...
       * ImmutableMap<String, Color> colorForName =
    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)
  4. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

                  return function.toString();
                }
              },
              executor);
        }
      }
    
      @Override
      public String toString() {
        // TODO(dpb): Better toString, in the style of Futures.transform etc.
        return toStringHelper(this).add("state", state.get()).addValue(future).toString();
      }
    
      @SuppressWarnings("removal") // b/260137033
      @Override
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
Back to top