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

  /external/guava/guava/src/com/google/common/collect/
Iterables.java 293 Collection<? extends T> collection = toCollection(iterable);
306 return toCollection(iterable).toArray();
314 private static <E> Collection<E> toCollection(Iterable<E> iterable) {
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 288 return toCollection(iterable).toArray();
296 private static <E> Collection<E> toCollection(Iterable<E> iterable) {
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 32 milliseconds