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

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 624 * @param keyFunction the function used to produce the key for each value
626 * keyFunction} on each value in the input collection to that value
627 * @throws IllegalArgumentException if {@code keyFunction} produces the same
630 * if {@code keyFunction} produces {@code null} for any value
633 Iterable<V> values, Function<? super V, K> keyFunction) {
634 return uniqueIndex(values.iterator(), keyFunction);
650 I values, Function<? super V, K> keyFunction) {
652 return uniqueIndex(valuesIterable, keyFunction);
661 * @param keyFunction the function used to produce the key for each value
663 * keyFunction} on each value in the input collection to that valu
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Maps.java 627 * @param keyFunction the function used to produce the key for each value
629 * keyFunction} on each value in the input collection to that value
630 * @throws IllegalArgumentException if {@code keyFunction} produces the same
633 * if {@code keyFunction} produces {@code null} for any value
636 Iterable<V> values, Function<? super V, K> keyFunction) {
637 return uniqueIndex(values.iterator(), keyFunction);
653 I values, Function<? super V, K> keyFunction) {
655 return uniqueIndex(valuesIterable, keyFunction);
664 * @param keyFunction the function used to produce the key for each value
666 * keyFunction} on each value in the input collection to that valu
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 373 milliseconds