Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DTreeMapTest.java67 NavigableMap<String, String> subMap = map.subMap("A", true, "C", true); in testSubMapEntrySetSetValue() local
314 SortedMap<String, String> subMap = map.subMap("a", "c"); in testSubMapSerialization() local
315 new SerializationTester<SortedMap<String, String>>(subMap, s) { in testSubMapSerialization() argument
346 SortedMap<String, String> subMap = map.subMap("a", false, "c", true); in testNavigableSubMapSerialization() local
347 new SerializationTester<SortedMap<String, String>>(subMap, s) { in testNavigableSubMapSerialization() argument
423 SortedMap<String, String> subMap = map.subMap("a", "c"); in testJava5SubMapSerialization() local
424 new SerializationTester<SortedMap<String, String>>(subMap, s) { in testJava5SubMapSerialization() argument
DOldTreeMapTest.java396 SortedMap subMap = tm.subMap(objArray[100].toString(), objArray[109] in test_subMapLjava_lang_ObjectLjava_lang_Object() local
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java31 ConcurrentNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() method
53 ConcurrentNavigableMap<K,V> subMap(K fromKey, K toKey); in subMap() method
DConcurrentSkipListMap.java1949 public ConcurrentNavigableMap<K,V> subMap(K fromKey, in subMap() method in ConcurrentSkipListMap
1990 public ConcurrentNavigableMap<K,V> subMap(K fromKey, K toKey) { in subMap() method in ConcurrentSkipListMap
2832 public SubMap<K,V> subMap(K fromKey, in subMap() method in ConcurrentSkipListMap.SubMap
2855 public SubMap<K,V> subMap(K fromKey, K toKey) { in subMap() method in ConcurrentSkipListMap.SubMap
/libcore/luni/src/main/java/java/util/
DSortedMap.java97 public SortedMap<K,V> subMap(K startKey, K endKey); in subMap() method
DNavigableMap.java296 NavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, in subMap() method
366 SortedMap<K,V> subMap(K fromKey, K toKey); in subMap() method
DTreeMap.java697 public NavigableMap<K, V> subMap(K from, boolean fromInclusive, K to, boolean toInclusive) { in subMap() method in TreeMap
703 public SortedMap<K, V> subMap(K fromInclusive, K toExclusive) { in subMap() method in TreeMap
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java522 SortedMap subMap = tm.subMap(objArray[100].toString(), objArray[109] in test_subMapLjava_lang_ObjectLjava_lang_Object() local
581 Map subMap = map.subMap("", "test"); in test_subMap_Iterator() local
839 Map subMap = map.subMap("", "test"); in test_subMap_Iterator2() local
1318 SortedMap subMap = tm.subMap(objArray[100].toString(), true, in test_subMapLjava_lang_ObjectZLjava_lang_ObjectZ() local
1478 SortedMap subMap = tm.headMap(objArray[100].toString(), true); in test_headMapLjava_lang_ObjectZL() local
1608 SortedMap subMap = tm.tailMap(objArray[100].toString(), true); in test_tailMapLjava_lang_ObjectZL() local
1952 SortedMap subMap = ((SortedMap) treeMap).subMap(firstKey, firstKey); in test_values_1() local
DTreeMapExtendTest.java317 SortedMap subMap = tm_null.subMap("0", "2"); in test_SubMap_containsValue() local
874 SortedMap subMap = tm.subMap(startKey.toString(), endKey.toString()); in test_SubMap_isEmpty() local
1759 SortedMap subMap; in test_AscendingSubMap_subMap() local