Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DSortedIterables.java50 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
70 SortedSet<E> sortedSet = Sets.newTreeSet(comparator); in sortedUnique() local
DConstraints.java158 SortedSet<E> sortedSet, Constraint<? super E> constraint) { in constrainedSortedSet()
DImmutableSortedSet.java382 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
DSynchronized.java237 private static <E> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
/external/guava/guava-tests/test/com/google/common/collect/
DConstraintsTest.java133 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); in testConstrainedSortedSetLegal() local
151 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); in testConstrainedSortedSetIllegal() local
DForwardingSortedSetTest.java135 final SortedSet<String> sortedSet in setUp() local
DImmutableSetTest.java166 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.java178 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
225 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
DSynchronized.java224 private static <E> SortedSet<E> sortedSet( in sortedSet() method in Synchronized