Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DSortedMap.java62 public SortedMap<K,V> headMap(K endKey); in headMap()
97 public SortedMap<K,V> subMap(K startKey, K endKey); in subMap()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java597 String endKey = new Integer(99).toString(); in test_SubMap_headMap() local
873 Object endKey = startKey; in test_SubMap_isEmpty() local
1073 String endKey = new Integer[100].toString(); in test_SubMap_subMap_NoComparator() local
1209 String endKey = new Integer[100].toString(); in test_SubMap_subMap_Comparator() local
2410 String endKey = new Integer(99).toString(); in test_DescendingSubMap_values() local
2467 String endKey = new Integer(0).toString(), key; in test_DescendingSubMap_headMap() local
2709 String endKey = new Integer(100).toString(); in test_DescendingSubMap_subMap() local
2769 String endKey = new Integer(1000).toString(), key; in test_DescendingSubMap_tailMap() local