HomeSort by relevance Sort by last modified time
    Searched refs:orderedBy (Results 1 - 25 of 26) sorted by null

1 2

  /external/guava/guava-gwt/src/com/google/common/collect/
EmptyImmutableSortedSet_CustomFieldSerializer.java 52 ImmutableSortedSet.orderedBy(comparator).build();
ImmutableSortedMap_CustomFieldSerializer.java 50 return ImmutableSortedMap.orderedBy(comparator).putAll(entries).build();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SetGenerators.java 130 return ImmutableSortedSet.orderedBy(STRING_REVERSED)
204 = ImmutableSortedSet.orderedBy(comparator);
218 = ImmutableSortedSet.orderedBy(comparator);
231 = ImmutableSortedSet.orderedBy(comparator);
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 324 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
330 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
337 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
347 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
353 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
359 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
371 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
382 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
400 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add(
406 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add
    [all...]
MinMaxPriorityQueueTest.java 61 .orderedBy(SOME_COMPARATOR)
79 .orderedBy(SOME_COMPARATOR)
98 .orderedBy(SOME_COMPARATOR)
130 .orderedBy(SOME_COMPARATOR)
162 .orderedBy(SOME_COMPARATOR)
492 MinMaxPriorityQueue.orderedBy(Ordering.natural().reverse()).create();
501 MinMaxPriorityQueue<Integer> mmHeap = MinMaxPriorityQueue.orderedBy(
ImmutableSortedMultisetTest.java 163 Multiset<String[]> multiset = ImmutableSortedMultiset.orderedBy(comparator).add(array).build();
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMultiset.java 419 public static <E> Builder<E> orderedBy(Comparator<E> comparator) {
471 * {@link ImmutableSortedMultiset#orderedBy(Comparator)}.
594 Builder<Object> builder = orderedBy(comparator);
ImmutableSortedSet.java 426 public static <E> Builder<E> orderedBy(Comparator<E> comparator) {
481 * generated by {@link ImmutableSortedSet#orderedBy}.
ImmutableSortedMap.java 314 public static <K, V> Builder<K, V> orderedBy(Comparator<K> comparator) {
356 * generated by {@link ImmutableSortedMap#orderedBy}.
MinMaxPriorityQueue.java 114 public static <B> Builder<B> orderedBy(Comparator<B> comparator) {
143 * MinMaxPriorityQueue#orderedBy(Comparator)}, {@link
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedMap.java 186 public static <K, V> Builder<K, V> orderedBy(Comparator<K> comparator) {
ImmutableSortedSet.java 370 public static <E> Builder<E> orderedBy(Comparator<E> comparator) {
  /libcore/benchmarks/libs/
caliper.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.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 
  /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 

Completed in 1038 milliseconds

1 2