Searched refs:valueFunction (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DFluentIterable.java420 * valueFunction} produces {@code null} for any key
423 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { argument
424 return Maps.toMap(iterable, valueFunction);
H A DTreeRangeMap.java577 return removeEntryIf(compose(in(c), Maps.<V>valueFunction()));
582 return removeEntryIf(compose(not(in(c)), Maps.<V>valueFunction()));
H A DMaps.java108 static <V> Function<Entry<?, V>, V> valueFunction() { method in class:Maps
117 return Iterators.transform(entryIterator, Maps.<V>valueFunction());
1082 * keys} and whose value for each key was computed by {@code valueFunction}.
1090 * {@code null}, or if {@code valueFunction} produces {@code null}
1096 Function<? super K, V> valueFunction) {
1097 return toMap(keys.iterator(), valueFunction);
1102 * keys} and whose value for each key was computed by {@code valueFunction}.
1107 * {@code null}, or if {@code valueFunction} produces {@code null}
1113 Function<? super K, V> valueFunction) {
1114 checkNotNull(valueFunction);
1095 toMap(Iterable<K> keys, Function<? super K, V> valueFunction) argument
1112 toMap(Iterator<K> keys, Function<? super K, V> valueFunction) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DFluentIterable.java408 * valueFunction} produces {@code null} for any key
411 public final <V> ImmutableMap<E, V> toMap(Function<? super E, V> valueFunction) { argument
412 return Maps.toMap(iterable, valueFunction);
H A DMaps.java103 static <V> Function<Entry<?, V>, V> valueFunction() { method in class:Maps
112 return Iterators.transform(entryIterator, Maps.<V>valueFunction());
906 * keys} and whose value for each key was computed by {@code valueFunction}.
914 * {@code null}, or if {@code valueFunction} produces {@code null}
920 Function<? super K, V> valueFunction) {
921 return toMap(keys.iterator(), valueFunction);
926 * keys} and whose value for each key was computed by {@code valueFunction}.
931 * {@code null}, or if {@code valueFunction} produces {@code null}
937 Function<? super K, V> valueFunction) {
938 checkNotNull(valueFunction);
919 toMap(Iterable<K> keys, Function<? super K, V> valueFunction) argument
936 toMap(Iterator<K> keys, Function<? super K, V> valueFunction) argument
[all...]
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 4365 milliseconds