Home
last modified time | relevance | path

Searched defs:sortedSet (Results 1 – 25 of 36) sorted by relevance

12

/external/guava/android/guava/src/com/google/common/collect/
DSortedIterables.java52 public static <E> Comparator<? super E> comparator(SortedSet<E> sortedSet) { in comparator()
DImmutableSortedSet.java318 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
DSynchronized.java244 private static <E> SortedSet<E> sortedSet(SortedSet<E> set, @NullableDecl Object mutex) { in sortedSet() method in Synchronized
/external/guava/guava/src/com/google/common/collect/
DSortedIterables.java52 public static <E> Comparator<? super E> comparator(SortedSet<E> sortedSet) { in comparator()
DImmutableSortedSet.java339 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
DSynchronized.java286 private static <E> SortedSet<E> sortedSet(SortedSet<E> set, @Nullable Object mutex) { in sortedSet() method in Synchronized
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DSortedSetNavigationTester.java43 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DSortedSetNavigationTester.java43 private SortedSet<E> sortedSet; field in SortedSetNavigationTester
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeSetImplementationsTest.java35 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet() local
53 SortedSet<String> sortedSet = new TreeSet<String>(); in testDumpSet2() local
/external/guava/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java121 int sortedSet(int reps) { in sortedSet() method in SortedCopyBenchmark
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DNavigableSetTestSuiteBuilder.java76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DNavigableSetTestSuiteBuilder.java76 NavigableSet<E> createSubSet(SortedSet<E> sortedSet, E firstExclusive, E lastExclusive) { in createSubSet()
/external/guava/android/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java500 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testFirst_sortedSet() local
505 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testFirst_emptySortedSet() local
539 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testLast_sortedSet() local
544 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testLast_emptySortedSet() local
DImmutableSetTest.java319 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
/external/guava/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java504 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testFirst_sortedSet() local
509 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testFirst_emptySortedSet() local
543 SortedSet<String> sortedSet = ImmutableSortedSet.of("b", "c", "a"); in testLast_sortedSet() local
548 SortedSet<String> sortedSet = ImmutableSortedSet.of(); in testLast_emptySortedSet() local
DImmutableSetTest.java298 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java167 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
212 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go2181 func sortedSet(m map[string]struct{}) []string { func
/external/guava/android/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java959 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java1012 SortedSet<Number> sortedSet, in checkDefaultValuesForTheseTypes()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java2343 public abstract ImmutableSortedSet<T> sortedSet(); in sortedSet() method in AutoValueTest.BuilderWithImmutableSorted
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...

12