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

  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 203 Function<? super E, K> keyFunction, K key, KeyPresentBehavior presentBehavior,
207 keyFunction,
219 * {@link Lists#transform(List, Function) Lists.transform(list, keyFunction)}.
223 Function<? super E, K> keyFunction,
229 Lists.transform(list, keyFunction), key, keyComparator, presentBehavior, absentBehavior);
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...]
Multimaps.java     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 746 if (const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD)) {
750 if (keyFunction->hasBody(def))
751 keyFunction = cast<CXXMethodDecl>(def);
753 switch (keyFunction->getTemplateSpecializationKind()) {
762 if (keyFunction->isInlined())
    [all...]
  /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...]
Multimaps.java     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 120 milliseconds