Home
last modified time | relevance | path

Searched defs:fromCollection (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCollections2.java260 public static <F, T> Collection<T> transform(Collection<F> fromCollection, in transform()
266 final Collection<F> fromCollection; field in Collections2.TransformedCollection
269 TransformedCollection(Collection<F> fromCollection, in TransformedCollection()