HomeSort by relevance Sort by last modified time
    Searched refs:keyFunction (Results 1 - 15 of 15) 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 727 if (const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD)) {
731 if (keyFunction->hasBody(def))
732 keyFunction = cast<CXXMethodDecl>(def);
734 switch (keyFunction->getTemplateSpecializationKind()) {
743 if (keyFunction->isInlined())
864 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD)
    [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/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 1716 milliseconds