Home
last modified time | relevance | path

Searched defs:startKey (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
DSortedMap.java97 public SortedMap<K,V> subMap(K startKey, K endKey); in subMap()
121 public SortedMap<K,V> tailMap(K startKey); in tailMap()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java872 Object startKey = new Integer(100); in test_SubMap_isEmpty() local
1072 String startKey = new Integer[100].toString(); in test_SubMap_subMap_NoComparator() local
1208 String startKey = new Integer[100].toString(); in test_SubMap_subMap_Comparator() local
1356 String startKey = new Integer(99).toString(); in test_SubMap_tailMap() local
2419 String startKey = new Integer(11).toString(); in test_DescendingSubMap_values() local
2708 String startKey = new Integer(109).toString(); in test_DescendingSubMap_subMap() local