HomeSort by relevance Sort by last modified time
    Searched full:synchronizedsortedset (Results 1 - 10 of 10) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 165 * @tests java.util.Collections#synchronizedSortedSet(java.util.SortedSet)
170 Collections.synchronizedSortedSet(null);
171 fail("Assert 0: synchronizedSortedSet(null) must throw NPE");
CollectionsTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 197 * java.util.Collections#synchronizedSortedSet(java.util.SortedSet)
202 Collections.synchronizedSortedSet(null);
203 fail("Assert 0: synchronizedSortedSet(null) must throw NPE");
  /external/guava/src/com/google/common/collect/
Synchronized.java 294 return new SynchronizedSortedSet<E>(set, mutex);
298 static class SynchronizedSortedSet<E> extends SynchronizedSet<E>
300 public SynchronizedSortedSet(
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java 859 static class SynchronizedSortedSet<E> extends SynchronizedSet<E> implements SortedSet<E> {
864 SynchronizedSortedSet(SortedSet<E> set) {
869 SynchronizedSortedSet(SortedSet<E> set, Object mutex) {
888 return new SynchronizedSortedSet<E>(ss.headSet(end), mutex);
900 return new SynchronizedSortedSet<E>(ss.subSet(start, end),
907 return new SynchronizedSortedSet<E>(ss.tailSet(start), mutex);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest3.java 1123 Object col = Collections.synchronizedSortedSet(SORTSET);
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 374 milliseconds