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

  /external/guava/guava/src/com/google/common/collect/
FluentIterable.java 436 * @param keyFunction the function used to produce the key for each value
439 * <li>{@code keyFunction} is null
441 * <li>{@code keyFunction} returns {@code null} for any element of this iterable
445 public final <K> ImmutableListMultimap<K, E> index(Function<? super E, K> keyFunction) {
446 return Multimaps.index(iterable, keyFunction);
454 * @param keyFunction the function used to produce the key for each value
455 * @throws IllegalArgumentException if {@code keyFunction} produces the same key for more than one
458 * {@code keyFunction} produces {@code null} for any value
461 public final <K> ImmutableMap<K, E> uniqueIndex(Function<? super E, K> keyFunction) {
462 return Maps.uniqueIndex(iterable, keyFunction);
    [all...]
SortedLists.java 203 Function<? super E, K> keyFunction, @Nullable 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);
Multimaps.java     [all...]
Ordering.java 373 return onResultOf(Maps.<T2>keyFunction());
    [all...]
Maps.java 103 static <K> Function<Entry<K, ?>, K> keyFunction() {
113 return Iterators.transform(entryIterator, Maps.<K>keyFunction());
    [all...]
TreeRangeMap.java 514 return removeEntryIf(compose(not(in(c)), Maps.<Range<K>>keyFunction()));
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
FluentIterable.java 424 * @param keyFunction the function used to produce the key for each value
427 * <li>{@code keyFunction} is null
429 * <li>{@code keyFunction} returns {@code null} for any element of this iterable
433 public final <K> ImmutableListMultimap<K, E> index(Function<? super E, K> keyFunction) {
434 return Multimaps.index(iterable, keyFunction);
442 * @param keyFunction the function used to produce the key for each value
443 * @throws IllegalArgumentException if {@code keyFunction} produces the same key for more than one
446 * {@code keyFunction} produces {@code null} for any value
449 public final <K> ImmutableMap<K, E> uniqueIndex(Function<? super E, K> keyFunction) {
450 return Maps.uniqueIndex(iterable, keyFunction);
    [all...]
Multimaps.java     [all...]
Maps.java 98 static <K> Function<Entry<K, ?>, K> keyFunction() {
108 return Iterators.transform(entryIterator, Maps.<K>keyFunction());
954 * @param keyFunction the function used to produce the key for each value
956 * keyFunction} on each value in the input collection to that value
957 * @throws IllegalArgumentException if {@code keyFunction} produces the sam
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 733 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD);
734 if (keyFunction && !RD->hasAttr<DLLImportAttr>()) {
738 if (keyFunction->hasBody(def))
739 keyFunction = cast<CXXMethodDecl>(def);
741 switch (keyFunction->getTemplateSpecializationKind()) {
750 if (keyFunction->isInlined())
    [all...]
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1050 milliseconds