Searched refs:TransformedCollection (Results 1 – 1 of 1) sorted by relevance
247 return new TransformedCollection<F, T>(fromCollection, function); in transform()250 static class TransformedCollection<F, T> extends AbstractCollection<T> { class in Collections2254 TransformedCollection(Collection<F> fromCollection, in TransformedCollection() method in Collections2.TransformedCollection