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

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 188 * @tests java.util.Collections#synchronizedSortedMap(java.util.SortedMap)
193 method = "synchronizedSortedMap",
199 Collections.synchronizedSortedMap(null);
200 fail("Assert 0: synchronizedSortedMap(null) must throw NPE");
  /libcore/luni/src/main/java/java/util/
Collections.java 844 static class SynchronizedSortedMap<K, V> extends SynchronizedMap<K, V>
850 SynchronizedSortedMap(SortedMap<K, V> map) {
855 SynchronizedSortedMap(SortedMap<K, V> map, Object mutex) {
874 return new SynchronizedSortedMap<K, V>(sm.headMap(endKey),
887 return new SynchronizedSortedMap<K, V>(sm.subMap(startKey,
894 return new SynchronizedSortedMap<K, V>(sm.tailMap(startKey),
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java     [all...]
  /prebuilt/sdk/5/
android.jar 

Completed in 711 milliseconds