Searched defs:endKey (Results 1 – 2 of 2) sorted by relevance
62 public SortedMap<K,V> headMap(K endKey); in headMap()97 public SortedMap<K,V> subMap(K startKey, K endKey); in subMap()
597 String endKey = new Integer(99).toString(); in test_SubMap_headMap() local873 Object endKey = startKey; in test_SubMap_isEmpty() local1073 String endKey = new Integer[100].toString(); in test_SubMap_subMap_NoComparator() local1209 String endKey = new Integer[100].toString(); in test_SubMap_subMap_Comparator() local2410 String endKey = new Integer(99).toString(); in test_DescendingSubMap_values() local2467 String endKey = new Integer(0).toString(), key; in test_DescendingSubMap_headMap() local2709 String endKey = new Integer(100).toString(); in test_DescendingSubMap_subMap() local2769 String endKey = new Integer(1000).toString(), key; in test_DescendingSubMap_tailMap() local