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

  /external/guava/guava/src/com/google/common/collect/
Synchronized.java 564 return typePreservingCollection(delegate().get(key), mutex);
641 entries = typePreservingCollection(delegate().entries(), mutex);
811 private static <E> Collection<E> typePreservingCollection(
856 return typePreservingCollection(entry.getValue(), mutex);
1164 : typePreservingCollection(collection, mutex);
1211 return typePreservingCollection(iterator.next(), mutex);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Synchronized.java 551 return typePreservingCollection(delegate().get(key), mutex);
628 entries = typePreservingCollection(delegate().entries(), mutex);
798 private static <E> Collection<E> typePreservingCollection(
843 return typePreservingCollection(entry.getValue(), mutex);
1151 : typePreservingCollection(collection, mutex);
1198 return typePreservingCollection(iterator.next(), mutex);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 54 milliseconds