Searched defs:sortedSet (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DConstraints.java153 * @param sortedSet the sorted set to constrain
158 SortedSet<E> sortedSet, Constraint<? super E> constraint) {
159 return new ConstrainedSortedSet<E>(sortedSet, constraint);
157 constrainedSortedSet( SortedSet<E> sortedSet, Constraint<? super E> constraint) argument
H A DImmutableSortedSet.java374 * <p>This method is safe to use even when {@code sortedSet} is a synchronized
378 * @throws NullPointerException if {@code sortedSet} or any of its elements
382 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { argument
383 Comparator<? super E> comparator = sortedSet.comparator();
387 return copyOfInternal(comparator, sortedSet);
H A DSynchronized.java237 private static <E> SortedSet<E> sortedSet( method in class:Synchronized
262 return sortedSet(delegate().subSet(fromElement, toElement), mutex);
269 return sortedSet(delegate().headSet(toElement), mutex);
276 return sortedSet(delegate().tailSet(fromElement), mutex);
788 return sortedSet(delegate().get(key), mutex);
814 return sortedSet((SortedSet<E>) collection, mutex);
828 return sortedSet((SortedSet<E>) set, mutex);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedSet.java178 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { argument
179 Comparator<? super E> comparator = sortedSet.comparator();
183 return copyOfInternal(comparator, sortedSet.iterator());
225 SortedSet<?> sortedSet = (SortedSet<?>) elements;
226 Comparator<?> comparator2 = sortedSet.comparator();
H A DSynchronized.java224 private static <E> SortedSet<E> sortedSet( method in class:Synchronized
249 return sortedSet(delegate().subSet(fromElement, toElement), mutex);
256 return sortedSet(delegate().headSet(toElement), mutex);
263 return sortedSet(delegate().tailSet(fromElement), mutex);
775 return sortedSet(delegate().get(key), mutex);
801 return sortedSet((SortedSet<E>) collection, mutex);
815 return sortedSet((SortedSet<E>) set, mutex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 129 milliseconds