Home | History | Annotate | Download | only in collect

Lines Matching refs:Functions

21 import com.google.common.base.Functions;
112 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction());
121 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction());
151 ImmutableMap.<String, Integer>of(), Functions.toStringFunction());
157 ImmutableMap.of("a", 1), Functions.toStringFunction());
166 underlying, Functions.<Integer>identity());
172 ImmutableMap.of("a", 1), Functions.toStringFunction());
196 = Maps.transformValues(underlying, Functions.toStringFunction());
230 = Maps.transformValues(underlying, Functions.toStringFunction());
255 = Maps.transformValues(underlying, Functions.toStringFunction());
298 = Maps.transformValues(underlying, Functions.<Integer>identity());
305 equalToUnderlying, Functions.<Integer>identity());