Searched defs:sortedSet (Results 1 – 9 of 9) sorted by relevance
50 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local70 SortedSet<E> sortedSet = Sets.newTreeSet(comparator); in sortedUnique() local
158 SortedSet<E> sortedSet, Constraint<? super E> constraint) { in constrainedSortedSet()
382 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()
237 private static <E> SortedSet<E> sortedSet( in sortedSet() method in Synchronized
133 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); in testConstrainedSortedSetLegal() local151 SortedSet<String> sortedSet = Sets.newTreeSet(asList("foo", "bar")); in testConstrainedSortedSetIllegal() local
135 final SortedSet<String> sortedSet in setUp() local
166 ImmutableSortedSet<String> sortedSet = ImmutableSortedSet.of("a"); in testCopyOf_copiesImmutableSortedSet() local
178 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { in copyOfSorted()225 SortedSet<?> sortedSet = (SortedSet<?>) elements; in hasSameComparator() local
224 private static <E> SortedSet<E> sortedSet( in sortedSet() method in Synchronized