HomeSort by relevance Sort by last modified time
    Searched defs:fromCollection (Results 1 - 4 of 4) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Collections2.java 243 * {@code fromCollection}. The returned collection is a live view of {@code
244 * fromCollection}; changes to one affect the other.
248 * methods are supported, as long as {@code fromCollection} supports them.
251 * {@code fromCollection} is.
260 public static <F, T> Collection<T> transform(Collection<F> fromCollection,
262 return new TransformedCollection<F, T>(fromCollection, function);
266 final Collection<F> fromCollection;
269 TransformedCollection(Collection<F> fromCollection,
271 this.fromCollection = checkNotNull(fromCollection);
    [all...]
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 153 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState());
175 ProcessError.fromCollection(mActivityManager.getProcessesInErrorState());
314 public static Collection<ProcessError> fromCollection(Collection<ProcessErrorStateInfo> in)
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 105 milliseconds